mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 05:02:14 +02: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.
|
# of transactions for performance monitoring.
|
||||||
# We recommend adjusting this value in production
|
# We recommend adjusting this value in production
|
||||||
config.traces_sample_rate = 1.0
|
config.traces_sample_rate = 1.0
|
||||||
# or
|
|
||||||
config.traces_sampler = lambda do |context|
|
|
||||||
true
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue