Merge pull request #251 from Retrospring/sentry-sample-rate

This commit is contained in:
Karina Kwiatek 2021-12-31 13:44:52 +01:00 committed by GitHub
commit d1febbd5a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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