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