Class SentryCheckInAdviceConfiguration

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

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

    • SentryCheckInAdviceConfiguration

      public SentryCheckInAdviceConfiguration()
  • Method Details

    • sentryCheckInAdvice

      @Bean @Role(2) @NotNull public @NotNull Advice sentryCheckInAdvice()
    • sentryCheckInAdvisor

      @Bean @Role(2) @NotNull public @NotNull Advisor sentryCheckInAdvisor(@NotNull @Qualifier("sentryCheckInPointcut") @NotNull Pointcut sentryCheckInPointcut, @NotNull @Qualifier("sentryCheckInAdvice") @NotNull Advice sentryCheckInAdvice)