Method: Sentry::PropagationContext#span_id
- Defined in:
- lib/sentry/propagation_context.rb
#span_id ⇒ String (readonly)
An uuid that can be used to identify the span.
21 22 23 |
# File 'lib/sentry/propagation_context.rb', line 21 def span_id @span_id end |