Method: NewRelic::Agent::Transaction#synthetics_info

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

#synthetics_info(key) ⇒ Object

[View source]

723
724
725
# File 'lib/new_relic/agent/transaction.rb', line 723

def synthetics_info(key)
  synthetics_info_payload[key] if synthetics_info_payload
end