diff --git a/main/sentry.py b/main/sentry.py index 4c1a3c8..995eb00 100644 --- a/main/sentry.py +++ b/main/sentry.py @@ -4,11 +4,8 @@ from sentry_sdk.integrations.logging import ignore_logger from sentry_sdk.integrations.redis import RedisIntegration from sentry_sdk.integrations.strawberry import StrawberryIntegration -from strawberry.permission import BasePermission -IGNORED_ERRORS = [ - BasePermission, -] +IGNORED_ERRORS = [] IGNORED_LOGGERS = [ "graphql.execution.utils", "strawberry.http.exceptions.HTTPException",