Configure traces sample rate
This commit is contained in:
parent
1b4aa8600d
commit
751ba0f446
|
@ -8,8 +8,4 @@ Sentry.init do |config|
|
|||
# of transactions for performance monitoring.
|
||||
# We recommend adjusting this value in production
|
||||
config.traces_sample_rate = 1.0
|
||||
# or
|
||||
config.traces_sampler = lambda do |context|
|
||||
true
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue