Features: ;
Fixes: ; Extra: 1) Simplify ignore_errors list by consolidating NotFoundErrorHandler entries.
This commit is contained in:
parent
87c355474c
commit
78db5e1f96
1 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue