Merge pull request #251 from Retrospring/sentry-sample-rate
This commit is contained in:
commit
d1febbd5a4
|
@ -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