chore(sentry): ignore exception when aws service not available in a region (#7398)

Co-authored-by: Andoni Alonso <14891798+andoniaf@users.noreply.github.com>
This commit is contained in:
Prowler Bot
2025-04-03 09:16:14 +02:00
committed by GitHub
parent a5aa4c30d7
commit 5340008c8f
@@ -54,6 +54,8 @@ IGNORED_EXCEPTIONS = [
"AzureClientIdAndClientSecretNotBelongingToTenantIdError",
"AzureHTTPResponseError",
"Error with credentials provided",
# AWS Service is not available in a region
"EndpointConnectionError",
]