Lower Sentry trace sample rate to 5%

This commit is contained in:
Sebastian Serth
2021-05-17 22:54:00 +02:00
parent 5243808d54
commit 7543749e81

View File

@ -7,5 +7,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 = 0.1
config.traces_sample_rate = 0.05
end