Module: NewRelic::Agent::Instrumentation::Tilt::Prepend
- Includes:
- NewRelic::Agent::Instrumentation::Tilt
- Defined in:
- lib/new_relic/agent/instrumentation/tilt/prepend.rb
Constant Summary
Constants included from NewRelic::Agent::Instrumentation::Tilt
Instance Method Summary collapse
Methods included from NewRelic::Agent::Instrumentation::Tilt
#create_filename_for_metric, #metric_name, #render_with_tracing
Instance Method Details
#render(*args, &block) ⇒ Object
9 10 11 |
# File 'lib/new_relic/agent/instrumentation/tilt/prepend.rb', line 9 def render(*args, &block) render_with_tracing { super } end |