Module: ScoutApmSampler::WebRequestSampler
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/scout_apm_sampler/web_request_sampler.rb
Instance Method Summary collapse
Instance Method Details
#scout_instrument_a_percentage_of_requests ⇒ Object
9 10 11 |
# File 'lib/scout_apm_sampler/web_request_sampler.rb', line 9 def scout_instrument_a_percentage_of_requests disable_scout_instrumentation unless instrument_request? end |