Method: NewRelic::Agent::Transaction#synthetics_account_id

Defined in:
lib/new_relic/agent/transaction.rb

#synthetics_account_idObject

[View source]

703
704
705
706
# File 'lib/new_relic/agent/transaction.rb', line 703

def 
  info = synthetics_payload or return nil
  info[1]
end