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,
|
debug=DEBUG,
|
||||||
release=f"evibes@{EVIBES_VERSION}",
|
release=f"evibes@{EVIBES_VERSION}",
|
||||||
ignore_errors=[
|
ignore_errors=[
|
||||||
"flower.views.error.NotFoundErrorHandler.get",
|
"flower.views.error.NotFoundErrorHandler",
|
||||||
"flower.views.error.NotFoundErrorHandler.post",
|
|
||||||
"django.http.response.Http404",
|
"django.http.response.Http404",
|
||||||
"billiard.exceptions.SoftTimeLimitExceeded",
|
"billiard.exceptions.SoftTimeLimitExceeded",
|
||||||
"core.models.Product.DoesNotExist",
|
"core.models.Product.DoesNotExist",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue