Package io.sentry.spring.jakarta.webflux
Class SentryWebExceptionHandler
java.lang.Object
io.sentry.spring.jakarta.webflux.SentryWebExceptionHandler
- All Implemented Interfaces:
WebExceptionHandler
@Order(-2)
@Experimental
public final class SentryWebExceptionHandler
extends Object
implements WebExceptionHandler
Handles unhandled exceptions in Spring WebFlux integration.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull reactor.core.publisher.Mono<Void>
handle
(@NotNull ServerWebExchange serverWebExchange, @NotNull Throwable ex)
-
Field Details
-
MECHANISM_TYPE
- See Also:
-
-
Constructor Details
-
SentryWebExceptionHandler
-
-
Method Details
-
handle
@NotNull public @NotNull reactor.core.publisher.Mono<Void> handle(@NotNull @NotNull ServerWebExchange serverWebExchange, @NotNull @NotNull Throwable ex) - Specified by:
handle
in interfaceWebExceptionHandler
-