Method: Sentry::Span#span_id
- Defined in:
- lib/sentry/span.rb
permalink #span_id ⇒ String (readonly)
An uuid that can be used to identify the span.
75 76 77 |
# File 'lib/sentry/span.rb', line 75 def span_id @span_id end |
An uuid that can be used to identify the span.
75 76 77 |
# File 'lib/sentry/span.rb', line 75 def span_id @span_id end |