Class SentryAdviceConfiguration

java.lang.Object
io.sentry.spring.tracing.SentryAdviceConfiguration

@Configuration(proxyBeanMethods=false) public class SentryAdviceConfiguration extends Object
Creates advice infrastructure for SentrySpan and SentryTransaction.
  • Constructor Details

    • SentryAdviceConfiguration

      public SentryAdviceConfiguration()
  • Method Details

    • 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)