Package io.sentry.spring.jakarta.webflux
Class AbstractSentryWebFilter
java.lang.Object
io.sentry.spring.jakarta.webflux.AbstractSentryWebFilter
- All Implemented Interfaces:
org.springframework.web.server.WebFilter
- Direct Known Subclasses:
SentryWebFilter,SentryWebFilterWithThreadLocalAccessor
@Experimental
public abstract class AbstractSentryWebFilter
extends Object
implements org.springframework.web.server.WebFilter
Manages
Scope in Webflux request processing.-
Field Details
-
SENTRY_HUB_KEY
- See Also:
-
-
Constructor Details
-
AbstractSentryWebFilter
public AbstractSentryWebFilter(@NotNull @NotNull io.sentry.IHub hub)
-
-
Method Details
-
doFinally
protected void doFinally(@NotNull @NotNull io.sentry.IHub requestHub) -
doFirst
protected void doFirst(@NotNull @NotNull org.springframework.web.server.ServerWebExchange serverWebExchange, @NotNull @NotNull io.sentry.IHub requestHub)
-