mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 03:56:06 +01:00
Configure traces sample rate
This commit is contained in:
parent
1b4aa8600d
commit
751ba0f446
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue