Package io.sentry.spring.tracing
Class SentrySpanAdvice
java.lang.Object
io.sentry.spring.tracing.SentrySpanAdvice
- All Implemented Interfaces:
org.aopalliance.aop.Advice,org.aopalliance.intercept.Interceptor,org.aopalliance.intercept.MethodInterceptor
Creates a span from every bean method executed within
SentryTransaction. Depending on the
configured pointcut, method either must or can be annotated with SentrySpan.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SentrySpanAdvice
public SentrySpanAdvice() -
SentrySpanAdvice
public SentrySpanAdvice(@NotNull @NotNull io.sentry.IScopes scopes)
-
-
Method Details