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

This commit is contained in:
Andoni Alonso
2025-03-31 10:13:19 +02:00
committed by GitHub
parent 9d65fb0bf2
commit bbed445efa
@@ -54,6 +54,8 @@ IGNORED_EXCEPTIONS = [
"AzureClientIdAndClientSecretNotBelongingToTenantIdError",
"AzureHTTPResponseError",
"Error with credentials provided",
# AWS Service is not available in a region
"EndpointConnectionError",
]