Class SentryTransactionAdvice

java.lang.Object
io.sentry.spring.tracing.SentryTransactionAdvice
All Implemented Interfaces:
Advice, Interceptor, MethodInterceptor

@Internal public class SentryTransactionAdvice extends Object implements MethodInterceptor
Reports execution of every bean method annotated with SentryTransaction or a execution of a bean method within a class annotated with SentryTransaction.
  • Constructor Details

    • SentryTransactionAdvice

      public SentryTransactionAdvice()
    • SentryTransactionAdvice

      public SentryTransactionAdvice(@NotNull @NotNull IHub hub)
  • Method Details