mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-23 10:27:47 +01:00
Merge pull request #251 from Retrospring/sentry-sample-rate
This commit is contained in:
commit
d1febbd5a4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue