@Configuration(proxyBeanMethods=false)
public class SentryAdviceConfiguration
extends java.lang.Object
SentrySpan and SentryTransaction.| Constructor and Description |
|---|
SentryAdviceConfiguration() |
| Modifier and Type | Method and 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) |
@Bean
@NotNull
public @NotNull org.aopalliance.aop.Advice sentryTransactionAdvice(@NotNull
@NotNull io.sentry.IHub hub)
@Bean
@NotNull
public @NotNull org.springframework.aop.Advisor sentryTransactionAdvisor(@NotNull @Qualifier(value="sentryTransactionPointcut")
@NotNull org.springframework.aop.Pointcut sentryTransactionPointcut,
@NotNull @Qualifier(value="sentryTransactionAdvice")
@NotNull org.aopalliance.aop.Advice sentryTransactionAdvice)
@Bean
@NotNull
public @NotNull org.aopalliance.aop.Advice sentrySpanAdvice(@NotNull
@NotNull io.sentry.IHub hub)
@Bean
@NotNull
public @NotNull org.springframework.aop.Advisor sentrySpanAdvisor(@NotNull @Qualifier(value="sentrySpanPointcut")
@NotNull org.springframework.aop.Pointcut sentrySpanPointcut,
@NotNull @Qualifier(value="sentrySpanAdvice")
@NotNull org.aopalliance.aop.Advice sentrySpanAdvice)