Module: NewRelic::Agent::Instrumentation::ControllerInstrumentation::ClassMethodsShim
- Defined in:
- lib/new_relic/agent/instrumentation/controller_instrumentation.rb
Overview
This module is for importing stubs when the agent is disabled
Instance Method Summary collapse
Instance Method Details
#newrelic_ignore(*args) ⇒ Object
:nodoc:
22 |
# File 'lib/new_relic/agent/instrumentation/controller_instrumentation.rb', line 22 def newrelic_ignore(*args); end |
#newrelic_ignore_apdex(*args) ⇒ Object
23 |
# File 'lib/new_relic/agent/instrumentation/controller_instrumentation.rb', line 23 def newrelic_ignore_apdex(*args); end |