Skip to content

Commit cb84bd0

Browse files
authored
fix(sentry): mute foreign key constraints alerts (#9439)
1 parent cb3f3ab commit cb84bd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/backend/config/settings/sentry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"ProviderConnectionError",
88
# Provider was deleted during a scan
99
"ProviderDeletedException",
10+
"violates foreign key constraint",
1011
# Authentication Errors from AWS
1112
"InvalidToken",
1213
"AccessDeniedException",

0 commit comments

Comments
 (0)