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

Co-authored-by: Sergio Garcia <hello@mistercloudsec.com>
This commit is contained in:
Prowler Bot
2025-03-11 17:27:07 +01:00
committed by GitHub
parent 8459cff16d
commit 1c934e37c7
@@ -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",
]