Method: NewRelic::Agent::Transaction#synthetics_account_id
- Defined in:
- lib/new_relic/agent/transaction.rb
permalink #synthetics_account_id ⇒ Object
703 704 705 706 |
# File 'lib/new_relic/agent/transaction.rb', line 703 def synthetics_account_id info = synthetics_payload or return nil info[1] end |