Class SentryAdviceConfiguration


  • @Configuration(proxyBeanMethods=false)
    public class SentryAdviceConfiguration
    extends java.lang.Object
    Creates advice infrastructure for SentrySpan and SentryTransaction.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull org.aopalliance.aop.Advice sentrySpanAdvice​(@NotNull io.sentry.IHub hub)  
      @NotNull org.springframework.aop.Advisor sentrySpanAdvisor​(@NotNull org.springframework.aop.Pointcut sentrySpanPointcut, @NotNull org.aopalliance.aop.Advice sentrySpanAdvice)  
      @NotNull org.aopalliance.aop.Advice sentryTransactionAdvice​(@NotNull io.sentry.IHub hub)  
      @NotNull org.springframework.aop.Advisor sentryTransactionAdvisor​(@NotNull org.springframework.aop.Pointcut sentryTransactionPointcut, @NotNull org.aopalliance.aop.Advice sentryTransactionAdvice)  
      • Methods inherited from class java.lang.Object

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

      • SentryAdviceConfiguration

        public SentryAdviceConfiguration()
    • Method Detail

      • sentryTransactionAdvice

        @Bean
        @NotNull
        public @NotNull org.aopalliance.aop.Advice sentryTransactionAdvice​(@NotNull
                                                                           @NotNull io.sentry.IHub hub)
      • sentryTransactionAdvisor

        @Bean
        @NotNull
        public @NotNull org.springframework.aop.Advisor sentryTransactionAdvisor​(@NotNull @Qualifier("sentryTransactionPointcut")
                                                                                 @NotNull org.springframework.aop.Pointcut sentryTransactionPointcut,
                                                                                 @NotNull @Qualifier("sentryTransactionAdvice")
                                                                                 @NotNull org.aopalliance.aop.Advice sentryTransactionAdvice)
      • sentrySpanAdvice

        @Bean
        @NotNull
        public @NotNull org.aopalliance.aop.Advice sentrySpanAdvice​(@NotNull
                                                                    @NotNull io.sentry.IHub hub)
      • sentrySpanAdvisor

        @Bean
        @NotNull
        public @NotNull org.springframework.aop.Advisor sentrySpanAdvisor​(@NotNull @Qualifier("sentrySpanPointcut")
                                                                          @NotNull org.springframework.aop.Pointcut sentrySpanPointcut,
                                                                          @NotNull @Qualifier("sentrySpanAdvice")
                                                                          @NotNull org.aopalliance.aop.Advice sentrySpanAdvice)