Method: Sentry::PropagationContext#span_id

Defined in:
lib/sentry/propagation_context.rb

#span_idString (readonly)

An uuid that can be used to identify the span.

Returns:

  • (String)


21
22
23
# File 'lib/sentry/propagation_context.rb', line 21

def span_id
  @span_id
end