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
-
#notice_first_scope_push(*args) ⇒ Object
:nodoc:.
- #notice_pop_scope(*args) ⇒ Object
- #notice_push_scope(*args) ⇒ Object
- #notice_scope_empty(*args) ⇒ Object
Instance Method Details
#notice_first_scope_push(*args) ⇒ Object
:nodoc:
8 |
# File 'lib/new_relic/agent/transaction_sampler.rb', line 8 def notice_first_scope_push(*args); end |
#notice_pop_scope(*args) ⇒ Object
10 |
# File 'lib/new_relic/agent/transaction_sampler.rb', line 10 def notice_pop_scope(*args); end |
#notice_push_scope(*args) ⇒ Object
9 |
# File 'lib/new_relic/agent/transaction_sampler.rb', line 9 def notice_push_scope(*args); end |
#notice_scope_empty(*args) ⇒ Object
11 |
# File 'lib/new_relic/agent/transaction_sampler.rb', line 11 def notice_scope_empty(*args); end |