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



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

def notice_first_scope_push(*args); end

#notice_pop_scope(*args) ⇒ Object



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

def notice_pop_scope(*args); end

#notice_push_scope(*args) ⇒ Object



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

def notice_push_scope(*args); end

#notice_scope_empty(*args) ⇒ Object



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

def notice_scope_empty(*args); end

#notice_transaction(*args) ⇒ Object

:nodoc:



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

def notice_transaction(*args); end