Method: Sentry::Span#transaction
- Defined in:
- lib/sentry/span.rb
#transaction ⇒ Transaction (readonly)
The Transaction object the Span belongs to. Every span needs to be attached to a Transaction and their child spans will also inherit the same transaction.
115 116 117 |
# File 'lib/sentry/span.rb', line 115 def transaction @transaction end |