fix(sentry): mute foreign key constraints alerts (#9439)

This commit is contained in:
Víctor Fernández Poyatos
2025-12-03 16:08:47 +01:00
committed by GitHub
parent cb3f3ab35d
commit cb84bd0f94

View File

@@ -7,6 +7,7 @@ IGNORED_EXCEPTIONS = [
"ProviderConnectionError",
# Provider was deleted during a scan
"ProviderDeletedException",
"violates foreign key constraint",
# Authentication Errors from AWS
"InvalidToken",
"AccessDeniedException",