Method: Sentry::Scope#get_transaction
- Defined in:
- lib/sentry/scope.rb
permalink #get_transaction ⇒ Transaction?
Returns the associated Transaction object.
261 262 263 |
# File 'lib/sentry/scope.rb', line 261 def get_transaction span.transaction if span end |