Method: Atatus.current_span
- Defined in:
- lib/atatus.rb
.current_span ⇒ Span
Returns the currently active span (if any)
101 102 103 |
# File 'lib/atatus.rb', line 101 def current_span agent&.current_span end |
Returns the currently active span (if any)
101 102 103 |
# File 'lib/atatus.rb', line 101 def current_span agent&.current_span end |