Enable breadcrumbs and more details for Sentry

This commit is contained in:
Sebastian Serth
2023-02-10 00:38:45 +01:00
parent 750c59ca6a
commit b0c84b190d

View File

@ -1,8 +1,9 @@
# frozen_string_literal: true # frozen_string_literal: true
Sentry.init do |config| Sentry.init do |config|
# Do not send full list of gems with each event config.send_modules = true
config.send_modules = false config.include_local_variables = true
config.breadcrumbs_logger = %i[sentry_logger monotonic_active_support_logger http_logger]
# Set tracesSampleRate to 1.0 to capture 100% # Set tracesSampleRate to 1.0 to capture 100%
# of transactions for performance monitoring. # of transactions for performance monitoring.