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:



31
# File 'lib/new_relic/agent/instrumentation/controller_instrumentation.rb', line 31

def newrelic_ignore(*args); end

#newrelic_ignore_apdex(*args) ⇒ Object



32
# File 'lib/new_relic/agent/instrumentation/controller_instrumentation.rb', line 32

def newrelic_ignore_apdex(*args); end

#newrelic_ignore_enduser(*args) ⇒ Object



33
# File 'lib/new_relic/agent/instrumentation/controller_instrumentation.rb', line 33

def newrelic_ignore_enduser(*args); end