Module: NewRelic::Agent::TransactionSampler::Shim

Defined in:
lib/new_relic/agent/transaction_sampler.rb

Overview

Module defining methods stubbed out when the agent is disabled

Instance Method Summary collapse

Instance Method Details

#notice_first_scope_push(*args) ⇒ Object

:nodoc:



14
# File 'lib/new_relic/agent/transaction_sampler.rb', line 14

def notice_first_scope_push(*args); end

#notice_pop_scope(*args) ⇒ Object



16
# File 'lib/new_relic/agent/transaction_sampler.rb', line 16

def notice_pop_scope(*args); end

#notice_push_scope(*args) ⇒ Object



15
# File 'lib/new_relic/agent/transaction_sampler.rb', line 15

def notice_push_scope(*args); end

#notice_scope_empty(*args) ⇒ Object



17
# File 'lib/new_relic/agent/transaction_sampler.rb', line 17

def notice_scope_empty(*args); end