# File lib/new_relic/agent/method_tracer_helpers.rb, line 20 def trace_execution_scoped_header(state, t0) log_errors(:trace_execution_scoped_header) do stack = state.traced_method_stack stack.push_frame(state, :method_tracer, t0) end end