Method: NewRelic::Agent::TransactionEventRecorder#create_event

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

#create_event(payload) ⇒ Object

[View source]

35
36
37
# File 'lib/new_relic/agent/transaction_event_recorder.rb', line 35

def create_event(payload)
  TransactionEventPrimitive.create(payload)
end