Don't report ConcurrentMigrationError to Sentry

This commit is contained in:
Kevin McConnell
2025-11-25 13:24:07 +00:00
parent 6753860c05
commit b238a5b45b
+1
View File
@@ -4,5 +4,6 @@ if !Rails.env.local? && ENV["SKIP_TELEMETRY"].blank?
config.breadcrumbs_logger = %i[ active_support_logger http_logger ]
config.send_default_pii = false
config.release = ENV["GIT_REVISION"]
config.excluded_exceptions += [ "ActiveRecord::ConcurrentMigrationError" ]
end
end