Method: Sentry::Configuration#traces_sampler
- Defined in:
- lib/sentry/configuration.rb
permalink #traces_sampler ⇒ Proc
Take a Proc that controls the sample rate for every tracing event, e.g.
263 264 265 |
# File 'lib/sentry/configuration.rb', line 263 def traces_sampler @traces_sampler end |