Method: Sentry::Span#trace_id
- Defined in:
- lib/sentry/span.rb
permalink #trace_id ⇒ String (readonly)
An uuid that can be used to identify a trace.
72 73 74 |
# File 'lib/sentry/span.rb', line 72 def trace_id @trace_id end |
An uuid that can be used to identify a trace.
72 73 74 |
# File 'lib/sentry/span.rb', line 72 def trace_id @trace_id end |