mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Reduce Sentry sample rate to 25%
This commit is contained in:
parent
5552f04bdf
commit
4a039937d6
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ Sentry.init do |config|
|
|||
# Set tracesSampleRate to 1.0 to capture 100%
|
||||
# of transactions for performance monitoring.
|
||||
# We recommend adjusting this value in production
|
||||
config.traces_sample_rate = 1.0
|
||||
config.traces_sample_rate = 0.25
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue