I am using https://github.com/jeff-lewis/cls-hooked for preserving execution context across async callbacks. I see context dropping during the life span of a request.
I am aware of https://github.com/nodejs/diagnostics/blob/master/tracing/AsyncHooks/problematic-modules.md modules that break async continuity.
How can I find out what other modules are breaking my async continuity? The app is a express based node.js server.