Prepare Profiling with Sentry
This commit is contained in:
@ -4,6 +4,8 @@ Sentry.init do |config|
|
||||
config.send_modules = true
|
||||
config.include_local_variables = true
|
||||
config.breadcrumbs_logger = %i[sentry_logger monotonic_active_support_logger http_logger]
|
||||
# Enable Profiling: https://docs.sentry.io/platforms/ruby/guides/profiling/
|
||||
# config.profiles_sample_rate = 1.0
|
||||
|
||||
# Set tracesSampleRate to 1.0 to capture 100%
|
||||
# of transactions for performance monitoring.
|
||||
|
Reference in New Issue
Block a user