Features: ;

Fixes: ;

Extra: 1) Simplify ignore_errors list by consolidating NotFoundErrorHandler entries.
This commit is contained in:
Egor Pavlovich Gorbunov 2025-05-13 02:21:07 +03:00
parent 87c355474c
commit 78db5e1f96

View file

@ -306,8 +306,7 @@ if getenv("SENTRY_DSN"):
debug=DEBUG,
release=f"evibes@{EVIBES_VERSION}",
ignore_errors=[
"flower.views.error.NotFoundErrorHandler.get",
"flower.views.error.NotFoundErrorHandler.post",
"flower.views.error.NotFoundErrorHandler",
"django.http.response.Http404",
"billiard.exceptions.SoftTimeLimitExceeded",
"core.models.Product.DoesNotExist",