# File lib/new_relic/agent/method_tracer.rb, line 178 def check_for_push_scope_and_metric(options) unless options[:push_scope] || options[:metric] raise "Can't add a tracer where push_scope is false and metric is false" end end