Method: Sentry::Span#span_recorder

Defined in:
lib/sentry/span.rb

#span_recorderSpanRecorder

The SpanRecorder the current span belongs to. SpanRecorder holds all spans under the same Transaction object (including the Transaction itself).

Returns:

  • (SpanRecorder)


110
111
112
# File 'lib/sentry/span.rb', line 110

def span_recorder
  @span_recorder
end