# File lib/new_relic/agent/transaction/attributes.rb, line 61
        def merge_custom_attributes(other)
          return if other.empty?
          AttributeProcessing.flatten_and_coerce(other) do |k, v|
            add_custom_attribute(k, v)
          end
        end