Reduce Sentry sample rate to 25%
This commit is contained in:
parent
5552f04bdf
commit
4a039937d6
|
@ -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 New Issue