Method: Sentry::PropagationContext#trace_id
- Defined in:
- lib/sentry/propagation_context.rb
#trace_id ⇒ String (readonly)
An uuid that can be used to identify a trace.
18 19 20 |
# File 'lib/sentry/propagation_context.rb', line 18 def trace_id @trace_id end |