Package io.sentry.spring.boot.jakarta
Class SentryWebfluxAutoConfiguration
java.lang.Object
io.sentry.spring.boot.jakarta.SentryWebfluxAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnWebApplication(type=REACTIVE)
@ConditionalOnBean(IHub.class)
@ConditionalOnClass(reactor.core.scheduler.Schedulers.class)
@Experimental
public class SentryWebfluxAutoConfiguration
extends Object
Configures Sentry integration for Spring Webflux and Project Reactor.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull SentryWebExceptionHandler
sentryWebExceptionHandler
(@NotNull IHub hub) Configures exception handler that handles unhandled exceptions and sends them to Sentry.
-
Constructor Details
-
SentryWebfluxAutoConfiguration
public SentryWebfluxAutoConfiguration()
-
-
Method Details
-
sentryWebExceptionHandler
@Bean @NotNull public @NotNull SentryWebExceptionHandler sentryWebExceptionHandler(@NotNull @NotNull IHub hub) Configures exception handler that handles unhandled exceptions and sends them to Sentry.
-