# File lib/new_relic/agent/error_trace_aggregator.rb, line 36
      def reset!
        @lock.synchronize do
          @errors = []
        end
      end