Class SentryCheckInAdviceConfiguration

java.lang.Object
io.sentry.spring.checkin.SentryCheckInAdviceConfiguration

@Configuration(proxyBeanMethods=false) @Experimental public class SentryCheckInAdviceConfiguration extends Object
  • Constructor Details

    • SentryCheckInAdviceConfiguration

      public SentryCheckInAdviceConfiguration()
  • Method Details

    • sentryCheckInAdvice

      @Bean @NotNull public @NotNull org.aopalliance.aop.Advice sentryCheckInAdvice(@NotNull @NotNull io.sentry.IHub hub)
    • sentryCheckInAdvisor

      @Bean @NotNull public @NotNull org.springframework.aop.Advisor sentryCheckInAdvisor(@NotNull @Qualifier("sentryCheckInPointcut") @NotNull org.springframework.aop.Pointcut sentryCheckInPointcut, @NotNull @Qualifier("sentryCheckInAdvice") @NotNull org.aopalliance.aop.Advice sentryCheckInAdvice)