Class SentryCheckInPointcutConfiguration

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

@Configuration(proxyBeanMethods=false) @Experimental @Role(2) public class SentryCheckInPointcutConfiguration extends Object
AOP pointcut configuration for SentryCheckIn.
  • Constructor Details

    • SentryCheckInPointcutConfiguration

      public SentryCheckInPointcutConfiguration()
  • Method Details

    • sentryCheckInPointcut

      @Bean @Role(2) @NotNull public @NotNull Pointcut sentryCheckInPointcut()
      Pointcut around which check-ins are created.
      Returns:
      pointcut used by SentryCheckInAdvice.