Class SentryWebConfiguration

java.lang.Object
io.sentry.spring.SentryWebConfiguration

@Configuration(proxyBeanMethods=false) public class SentryWebConfiguration extends Object
Registers Spring Web specific Sentry beans.
  • Constructor Details

    • SentryWebConfiguration

      public SentryWebConfiguration()
  • Method Details

    • httpServletRequestSentryUserProvider

      @Bean @Lazy @Order(0) @NotNull public @NotNull HttpServletRequestSentryUserProvider httpServletRequestSentryUserProvider(@NotNull @NotNull io.sentry.SentryOptions sentryOptions)