Skip to content

Commit

Permalink
Sentry config clean-up
Browse files Browse the repository at this point in the history
- Is it bit complex to ignore graphql errors
- For now ignoring at sentry server-side
  • Loading branch information
thenav56 committed Aug 23, 2024
1 parent 9d405e5 commit 3d45bdc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main/sentry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3d45bdc

Please sign in to comment.