@Configuration
public class SentryWebConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
SentryWebConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull HttpServletRequestSentryUserProvider |
httpServletRequestSentryUserProvider(@NotNull io.sentry.SentryOptions sentryOptions) |
@NotNull SentryExceptionResolver |
sentryExceptionResolver(@NotNull io.sentry.IHub sentryHub) |
@NotNull SentrySpringRequestListener |
sentrySpringRequestListener(@NotNull io.sentry.IHub sentryHub,
@NotNull io.sentry.SentryOptions sentryOptions) |
@Bean @Lazy @Order(value=0) @NotNull public @NotNull HttpServletRequestSentryUserProvider httpServletRequestSentryUserProvider(@NotNull @NotNull io.sentry.SentryOptions sentryOptions)
@Bean @NotNull public @NotNull SentrySpringRequestListener sentrySpringRequestListener(@NotNull @NotNull io.sentry.IHub sentryHub, @NotNull @NotNull io.sentry.SentryOptions sentryOptions)
@Bean @NotNull public @NotNull SentryExceptionResolver sentryExceptionResolver(@NotNull @NotNull io.sentry.IHub sentryHub)