Package io.sentry.spring.tracing
Annotation Type SentryTransaction
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface SentryTransactionMakes annotated method execution or a method execution within an annotated class to get wrapped intoSentryTransaction.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringoperationA transaction operation, for example "http".
-