Method: NewRelic::Agent::Transaction#abort_transaction!
- Defined in:
- lib/new_relic/agent/transaction.rb
permalink #abort_transaction! ⇒ Object
Call this to ensure that the current transaction trace is not saved To fully ignore all metrics and errors, use ignore! instead.
497 498 499 |
# File 'lib/new_relic/agent/transaction.rb', line 497 def abort_transaction! @ignore_trace = true end |