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:
32 |
# File 'lib/new_relic/agent/instrumentation/controller_instrumentation.rb', line 32 def newrelic_ignore(*args); end |
#newrelic_ignore_apdex(*args) ⇒ Object
34 |
# File 'lib/new_relic/agent/instrumentation/controller_instrumentation.rb', line 34 def newrelic_ignore_apdex(*args); end |
#newrelic_ignore_enduser(*args) ⇒ Object
36 |
# File 'lib/new_relic/agent/instrumentation/controller_instrumentation.rb', line 36 def newrelic_ignore_enduser(*args); end |