root/asgi: hide healthcheck logs from sentry
This commit is contained in:
parent
8a07b349ee
commit
081ac0bcdb
|
@ -125,6 +125,6 @@ class ASGILogger:
|
|||
)
|
||||
|
||||
|
||||
application = SentryAsgiMiddleware(
|
||||
ASGILogger(guarantee_single_callable(get_default_application()))
|
||||
application = ASGILogger(
|
||||
guarantee_single_callable(SentryAsgiMiddleware(get_default_application()))
|
||||
)
|
||||
|
|
Reference in New Issue