module OneApm::Collector::TransactionSampler::Shim

Module defining methods stubbed out when the agent is disabled

Public Instance Methods

notice_pop_frame(*args) click to toggle source
# File lib/one_apm/collector/containers/transaction_sampler.rb, line 28
def notice_pop_frame(*args); end
notice_push_frame(*args) click to toggle source
# File lib/one_apm/collector/containers/transaction_sampler.rb, line 27
def notice_push_frame(*args); end
on_finishing_transaction(*args) click to toggle source
# File lib/one_apm/collector/containers/transaction_sampler.rb, line 29
def on_finishing_transaction(*args); end
on_start_transaction(*args) click to toggle source
# File lib/one_apm/collector/containers/transaction_sampler.rb, line 26
def on_start_transaction(*args); end