Reduce Sentry traces_sample_rate
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user