Method: NewRelic::Agent::Transaction#merge_untrusted_agent_attributes

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

#merge_untrusted_agent_attributes(attributes, prefix, default_destinations) ⇒ Object

[View source]

197
198
199
200
# File 'lib/new_relic/agent/transaction.rb', line 197

def merge_untrusted_agent_attributes(attributes, prefix, default_destinations)
  @attributes.merge_untrusted_agent_attributes(attributes, prefix, default_destinations)
  current_segment&.merge_untrusted_agent_attributes(attributes, prefix, default_destinations)
end