# File lib/new_relic/agent/transaction_sampler.rb, line 165
      def append_backtrace(node, duration)
        if duration >= Agent.config['transaction_tracer.stack_trace_threshold''transaction_tracer.stack_trace_threshold']
          node[:backtrace] = caller.join("\n")
        end
      end