Class: Sqreen::Ecosystem::Tracing::DisabledScopeSampler
- Inherits:
-
Object
- Object
- Sqreen::Ecosystem::Tracing::DisabledScopeSampler
- Defined in:
- lib/sqreen/ecosystem/tracing/sampling_configuration.rb
Overview
fake sampler that always returns false
Class Method Summary collapse
Class Method Details
.should_sample? ⇒ Boolean
148 149 150 |
# File 'lib/sqreen/ecosystem/tracing/sampling_configuration.rb', line 148 def should_sample? false end |