mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
fix(sentry): mute foreign key constraints alerts (#9439)
This commit is contained in:
committed by
GitHub
parent
cb3f3ab35d
commit
cb84bd0f94
@@ -7,6 +7,7 @@ IGNORED_EXCEPTIONS = [
|
||||
"ProviderConnectionError",
|
||||
# Provider was deleted during a scan
|
||||
"ProviderDeletedException",
|
||||
"violates foreign key constraint",
|
||||
# Authentication Errors from AWS
|
||||
"InvalidToken",
|
||||
"AccessDeniedException",
|
||||
|
||||
Reference in New Issue
Block a user