Method: NewRelic::Agent::Transaction.tl_current
- Defined in:
- lib/new_relic/agent/transaction.rb
permalink .tl_current ⇒ Object
Return the currently active transaction, or nil.
96 97 98 |
# File 'lib/new_relic/agent/transaction.rb', line 96 def self.tl_current Tracer.current_transaction end |