Method: NewRelic::Agent::Transaction#synthetics_job_id

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

#synthetics_job_idObject

[View source]

713
714
715
716
# File 'lib/new_relic/agent/transaction.rb', line 713

def synthetics_job_id
  info = synthetics_payload or return nil
  info[3]
end