# File lib/new_relic/agent/transaction/trace_node.rb, line 112
        def []=(key, value)
          # only create a parameters field if a parameter is set; this will save
          # bandwidth etc as most nodes have no parameters
          params[key] = value
        end