mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Reduce Sentry sample rate
This commit is contained in:
@@ -8,11 +8,11 @@ if ENV["SENTRY_DSN"].present?
|
||||
# Set traces_sample_rate 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.5
|
||||
|
||||
# Set profiles_sample_rate to profile 100%
|
||||
# of sampled transactions.
|
||||
# We recommend adjusting this value in production.
|
||||
config.profiles_sample_rate = 1.0
|
||||
config.profiles_sample_rate = 0.5
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user