Method: Sentry::Span#trace_id

Defined in:
lib/sentry/span.rb

#trace_idString (readonly)

An uuid that can be used to identify a trace.

Returns:

  • (String)
[View source]

72
73
74
# File 'lib/sentry/span.rb', line 72

def trace_id
  @trace_id
end