Enable Sentry Performance

This commit is contained in:
Sebastian Serth
2021-05-12 17:58:18 +02:00
parent d563488c30
commit a75328e634

View File

@ -3,4 +3,9 @@
Sentry.init do |config|
# Do not send full list of gems with each event
config.send_modules = false
# 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
end