Method: NewRelic::Agent::CrossAppTracing#cat_trip_id

Defined in:
lib/new_relic/agent/distributed_tracing/cross_app_tracing.rb

#cat_trip_idObject


37
38
39
# File 'lib/new_relic/agent/distributed_tracing/cross_app_tracing.rb', line 37

def cat_trip_id
  cross_app_payload&.referring_trip_id || transaction.guid
end