Enable Sentry Performance
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user