Method: Sentry::PropagationContext#trace_id

Defined in:
lib/sentry/propagation_context.rb

#trace_idString (readonly)

An uuid that can be used to identify a trace.

Returns:

  • (String)


18
19
20
# File 'lib/sentry/propagation_context.rb', line 18

def trace_id
  @trace_id
end