@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 SentryRequestFilter |
sentryRequestFilter(@NotNull io.sentry.IHub sentryHub,
@NotNull io.sentry.SentryOptions sentryOptions) |
@Bean @Lazy @NotNull public @NotNull HttpServletRequestSentryUserProvider httpServletRequestSentryUserProvider(@NotNull @NotNull io.sentry.SentryOptions sentryOptions)
@Bean @NotNull public @NotNull SentryRequestFilter sentryRequestFilter(@NotNull @NotNull io.sentry.IHub sentryHub, @NotNull @NotNull io.sentry.SentryOptions sentryOptions)
@Bean @NotNull public @NotNull SentryExceptionResolver sentryExceptionResolver(@NotNull @NotNull io.sentry.IHub sentryHub)