Class: Sqreen::Ecosystem::Tracing::DisabledScopeSampler

Inherits:
Object
  • Object
show all
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

Returns:

  • (Boolean)


148
149
150
# File 'lib/sqreen/ecosystem/tracing/sampling_configuration.rb', line 148

def should_sample?
  false
end