I was expecting APM to help me understand whats going within my websocket connections (Django + Channels + Daphne). However, the very first line of ASGITracingMiddleware ignores non-http scopes:
Thanks for reporting, given that there is a specific guard for skipping it I would say it's expected. Agree that adding support for tracing websocket may be helpful though.
Describe the bug:
I was expecting APM to help me understand whats going within my websocket connections (Django + Channels + Daphne). However, the very first line of
ASGITracingMiddleware
ignores non-http scopes:To Reproduce
Environment (please complete the following information)
Is this expected or a bug?
Thank you Abhinav