Skip to content

Commit

Permalink
fix: add InsufficientLoaError to sentry_ignored_errors
Browse files Browse the repository at this point in the history
  • Loading branch information
voneiden committed Apr 25, 2024
1 parent 2f1965c commit 3b14040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions open_city_profile/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
sentry_ignored_errors = (
ObjectDoesNotExist,
PermissionDenied,
InsufficientLoaError,
Profile.sensitivedata.RelatedObjectDoesNotExist,
)

Expand Down

0 comments on commit 3b14040

Please sign in to comment.