Reduce Sentry traces_sample_rate

This commit is contained in:
Sebastian Serth
2021-11-23 10:04:22 +01:00
parent 116511bd6e
commit aabb6ca6bc

View File

@ -7,5 +7,5 @@ Sentry.init do |config|
# Set tracesSampleRate to 1.0 to capture 100% # Set tracesSampleRate to 1.0 to capture 100%
# 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 = 0.05 config.traces_sample_rate = 0.01
end end