Fix invalid timestamps for breadcrumbs in Sentry

See https://github.com/getsentry/sentry-ruby/issues/1874
This commit is contained in:
Sebastian Serth
2023-09-19 11:17:17 +02:00
parent 8c3a24d8fc
commit 7deea1ddac

View File

@ -3,7 +3,7 @@
Sentry.init do |config| Sentry.init do |config|
config.send_modules = true config.send_modules = true
config.include_local_variables = true config.include_local_variables = true
config.breadcrumbs_logger = %i[sentry_logger monotonic_active_support_logger http_logger] config.breadcrumbs_logger = %i[sentry_logger active_support_logger http_logger]
config.profiles_sample_rate = 1.0 config.profiles_sample_rate = 1.0
# Set tracesSampleRate to 1.0 to capture 100% # Set tracesSampleRate to 1.0 to capture 100%