Class SentryWebFilter

java.lang.Object
io.sentry.spring.jakarta.webflux.AbstractSentryWebFilter
io.sentry.spring.jakarta.webflux.SentryWebFilter
All Implemented Interfaces:
org.springframework.web.server.WebFilter

@Experimental public class SentryWebFilter extends AbstractSentryWebFilter
Manages Scope in Webflux request processing.
  • Constructor Details

    • SentryWebFilter

      public SentryWebFilter(@NotNull @NotNull io.sentry.IHub hub)
  • Method Details

    • filter

      public reactor.core.publisher.Mono<Void> filter(@NotNull @NotNull org.springframework.web.server.ServerWebExchange serverWebExchange, @NotNull @NotNull org.springframework.web.server.WebFilterChain webFilterChain)