Class SentrySpanPointcutConfiguration


  • @Configuration(proxyBeanMethods=false)
    public class SentrySpanPointcutConfiguration
    extends java.lang.Object
    AOP pointcut configuration for SentrySpan.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull org.springframework.aop.Pointcut sentrySpanPointcut()
      Pointcut around which spans are created.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SentrySpanPointcutConfiguration

        public SentrySpanPointcutConfiguration()
    • Method Detail

      • sentrySpanPointcut

        @Bean
        @NotNull
        public @NotNull org.springframework.aop.Pointcut sentrySpanPointcut()
        Pointcut around which spans are created.
        Returns:
        pointcut used by SentrySpanAdvice.