# File lib/new_relic/agent/transaction/developer_mode_sample_buffer.rb, line 52 def strip_newrelic_frames(trace) while trace.first =~/\/lib\/new_relic\/agent\// trace.shift end trace end