Method: Sentry::Span#span_recorder
- Defined in:
- lib/sentry/span.rb
#span_recorder ⇒ SpanRecorder
The SpanRecorder the current span belongs to. SpanRecorder holds all spans under the same Transaction object (including the Transaction itself).
110 111 112 |
# File 'lib/sentry/span.rb', line 110 def span_recorder @span_recorder end |