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
-
#newrelic_ignore(*args) ⇒ Object
:nodoc:.
- #newrelic_ignore_apdex(*args) ⇒ Object
- #newrelic_ignore_enduser(*args) ⇒ Object
Instance Method Details
#newrelic_ignore(*args) ⇒ Object
:nodoc:
27 |
# File 'lib/new_relic/agent/instrumentation/controller_instrumentation.rb', line 27 def newrelic_ignore(*args); end |
#newrelic_ignore_apdex(*args) ⇒ Object
28 |
# File 'lib/new_relic/agent/instrumentation/controller_instrumentation.rb', line 28 def newrelic_ignore_apdex(*args); end |
#newrelic_ignore_enduser(*args) ⇒ Object
29 |
# File 'lib/new_relic/agent/instrumentation/controller_instrumentation.rb', line 29 def newrelic_ignore_enduser(*args); end |