Package io.sentry.spring.jakarta.webflux
Class SentryWebFilterWithThreadLocalAccessor
java.lang.Object
io.sentry.spring.jakarta.webflux.AbstractSentryWebFilter
io.sentry.spring.jakarta.webflux.SentryWebFilterWithThreadLocalAccessor
- All Implemented Interfaces:
org.springframework.web.server.WebFilter
@Experimental
public final class SentryWebFilterWithThreadLocalAccessor
extends AbstractSentryWebFilter
Manages
IScope in Webflux request processing.-
Field Summary
FieldsFields inherited from class io.sentry.spring.jakarta.webflux.AbstractSentryWebFilter
SENTRY_HUB_KEY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.sentry.spring.jakarta.webflux.AbstractSentryWebFilter
doFinally, doFirst, doOnError, maybeStartTransaction, shouldTraceRequest, startTransaction
-
Field Details
-
TRACE_ORIGIN
- See Also:
-
-
Constructor Details
-
SentryWebFilterWithThreadLocalAccessor
public SentryWebFilterWithThreadLocalAccessor(@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)
-