Class SentryCheckInPointcutConfiguration

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

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

    • SentryCheckInPointcutConfiguration

      public SentryCheckInPointcutConfiguration()
  • Method Details

    • sentryCheckInPointcut

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