Method: NewRelic::Agent::TransactionEventRecorder#synthetics_event?

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

#synthetics_event?(payload) ⇒ Boolean

Returns:

  • (Boolean)
[View source]

39
40
41
# File 'lib/new_relic/agent/transaction_event_recorder.rb', line 39

def synthetics_event?(payload)
  payload.key?(:synthetics_resource_id)
end