asgi: revert ignore lifespan requests, remove healthcheck events from sentry
fixes PASSBOOK-5K
This commit is contained in:
parent
102d536a72
commit
3b97389833
|
@ -119,6 +119,6 @@ class ASGILogger:
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
application = ASGILogger(
|
application = SentryAsgiMiddleware(
|
||||||
guarantee_single_callable(SentryAsgiMiddleware(get_default_application()))
|
ASGILogger(guarantee_single_callable(get_default_application()))
|
||||||
)
|
)
|
||||||
|
|
Reference in New Issue