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