Module: ViewComponent::Prepend

Includes:
NewRelic::Agent::Instrumentation::ViewComponent
Defined in:
lib/new_relic/agent/instrumentation/view_component/prepend.rb

Constant Summary

Constants included from NewRelic::Agent::Instrumentation::ViewComponent

NewRelic::Agent::Instrumentation::ViewComponent::INSTRUMENTATION_NAME

Instance Method Summary collapse

Methods included from NewRelic::Agent::Instrumentation::ViewComponent

#metric_name, #metric_path, #render_in_with_tracing

Instance Method Details

#render_in(*args) ⇒ Object



9
10
11
# File 'lib/new_relic/agent/instrumentation/view_component/prepend.rb', line 9

def render_in(*args)
  render_in_with_tracing(*args) { super }
end