Package io.sentry.spring.tracing
Annotation Interface SentrySpan
Makes annotated method execution or a method execution within a class annotated with
SentrySpan
executed within running SentryTransaction
to get wrapped into Span
.-
Optional Element Summary
-
Element Details
-
description
String descriptionSpan description.- Returns:
- description
- Default:
- ""
-
operation
Span operation. If not set, operation is resolved as a class name and a method name.- Returns:
- operation.
- Default:
- ""
-
value
Span operation. If not set, transaction name is resolved as a class name and a method name.- Returns:
- operation.
- Default:
- ""
-