@Order(value=-2)
@ApiStatus.Experimental
public final class SentryWebExceptionHandler
extends java.lang.Object
implements org.springframework.web.server.WebExceptionHandler
| Constructor and Description |
|---|
SentryWebExceptionHandler(@NotNull io.sentry.IHub hub) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull reactor.core.publisher.Mono<java.lang.Void> |
handle(@NotNull org.springframework.web.server.ServerWebExchange serverWebExchange,
@NotNull java.lang.Throwable ex) |
public SentryWebExceptionHandler(@NotNull
@NotNull io.sentry.IHub hub)
@NotNull
public @NotNull reactor.core.publisher.Mono<java.lang.Void> handle(@NotNull
@NotNull org.springframework.web.server.ServerWebExchange serverWebExchange,
@NotNull
@NotNull java.lang.Throwable ex)
handle in interface org.springframework.web.server.WebExceptionHandler