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
-
Method Summary
-
Constructor Details
-
SentryTransactionAdvice
public SentryTransactionAdvice() -
SentryTransactionAdvice
-
-
Method Details
-
invoke
- Specified by:
invoke
in interfaceMethodInterceptor
- Throws:
Throwable
-