class Sqreen::Ecosystem::Tracing::DisabledScopeSampler
fake sampler that always returns false
Public Class Methods
should_sample?()
click to toggle source
# File lib/sqreen/ecosystem/tracing/sampling_configuration.rb, line 148 def should_sample? false end