chore(sentry): ignore expected errors in GCP API (#7184)

This commit is contained in:
Sergio Garcia
2025-03-11 14:32:37 +01:00
committed by GitHub
parent e59cd71bbf
commit 465748c8a1
@@ -20,6 +20,9 @@ IGNORED_EXCEPTIONS = [
# The following comes from urllib3
# eu-west-1 -- HTTPClientError[126]: An HTTP Client raised an unhandled exception: AWSHTTPSConnectionPool(host='hostname.s3.eu-west-1.amazonaws.com', port=443): Pool is closed.
"Pool is closed",
# Errors from the GCP API
"Permission denied to get service",
"API has not been used in project",
]