Package io.sentry.spring.jakarta.tracing
Class SentryTransactionPointcutConfiguration
java.lang.Object
io.sentry.spring.jakarta.tracing.SentryTransactionPointcutConfiguration
@Configuration(proxyBeanMethods=false)
@Role(2)
public class SentryTransactionPointcutConfiguration
extends Object
AOP pointcut configuration for
SentryTransaction
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull Pointcut
Pointcut around which transactions are created.
-
Constructor Details
-
SentryTransactionPointcutConfiguration
public SentryTransactionPointcutConfiguration()
-
-
Method Details
-
sentryTransactionPointcut
Pointcut around which transactions are created.- Returns:
- pointcut used by
SentryTransactionAdvice
.
-