Method: NewRelic::Agent::Transaction#add_custom_attributes
- Defined in:
- lib/new_relic/agent/transaction.rb
permalink #add_custom_attributes(p) ⇒ Object
889 890 891 |
# File 'lib/new_relic/agent/transaction.rb', line 889 def add_custom_attributes(p) attributes.merge_custom_attributes(p) end |