Package io.sentry.spring.tracing
Class SentryTransactionAdvice
java.lang.Object
io.sentry.spring.tracing.SentryTransactionAdvice
- All Implemented Interfaces:
Advice,Interceptor,MethodInterceptor
Reports execution of every bean method annotated with
SentryTransaction or a execution of
a bean method within a class annotated with SentryTransaction.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SentryTransactionAdvice
public SentryTransactionAdvice() -
SentryTransactionAdvice
public SentryTransactionAdvice(@NotNull @NotNull io.sentry.IScopes scopes)
-
-
Method Details
-
invoke
- Specified by:
invokein interfaceMethodInterceptor- Throws:
Throwable
-