Skip to content

Commit cc517f8

Browse files
authored
Merge pull request #915 from mapswipe/dev
Release - Minor change
2 parents 9fcde1b + 381d04d commit cc517f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

django/mapswipe/sentry.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
from sentry_sdk.integrations.django import DjangoIntegration
44
from sentry_sdk.integrations.logging import ignore_logger
55

6-
IGNORED_ERRORS = []
6+
IGNORED_ERRORS = [
7+
"apps.existing_database.models.User.DoesNotExist",
8+
]
9+
710
IGNORED_LOGGERS = [
811
"graphql.execution.utils",
912
]

0 commit comments

Comments
 (0)