This commit is contained in:
24c02 2025-12-30 20:28:04 -05:00
parent 928e20e847
commit c645d9538f

View file

@ -12,6 +12,7 @@ Sentry.init do |config|
config.send_default_pii = true
config.traces_sample_rate = Rails.env.production? ? 0.1 : 1.0
config.enabled_patches = [ :http, :redis, :puma ]
config.sdk_logger = Rails.logger
# Capture error event IDs in Rack env for error pages
config.rails.report_rescued_exceptions = true