# File lib/new_relic/agent/synthetics_event_aggregator.rb, line 27 def merge! payload _, events = payload @lock.synchronize do events.each { |e| @buffer.append_with_reject e} end end