diff --git a/open_city_profile/views.py b/open_city_profile/views.py index d373637e..a2b366c1 100644 --- a/open_city_profile/views.py +++ b/open_city_profile/views.py @@ -79,6 +79,7 @@ sentry_ignored_errors = ( ObjectDoesNotExist, PermissionDenied, + InsufficientLoaError, Profile.sensitivedata.RelatedObjectDoesNotExist, )