Peter Marton
Peter Marton
**If applicable, what company/organization do you represent?** RisingStack **How are you using Jaeger?** Experimenting with automatic instrumentation for Node.js: https://github.com/RisingStack/jaeger-node **If you are not using Jaeger, why not?** Node.js `async_hooks`...
@bryanlarsen do you have an idea why? I mean did you collect more information about this issue in the meantime?
The "magic" is called [continuation-local-storage](https://www.npmjs.com/package/continuation-local-storage) and maybe there is a bug in this library but it is possible.
You are right, we cannot track absolutely everything. RIght now the `express` / `restify` request handlers are the entry points (root span). In the meantime, I replaced the `asynctx` library...
As I know the best practice with normal errors are: new Error(err) where err can be an instanceof Error or string or pretty much anything. Why not to advocate the...
As I remember VError already sets cause if constructor argument is an Error.
With [debug](https://www.npmjs.com/package/debug) it should be easy. I would really send a pr about this the only problem is that I just started to play with `thinky` and no idea where...
Sounds good to me.
@nexdrew thanks for reporting this. Did someone fix this in the meantime? For me it returns: ``` $ npm info restify dist-tags { beta: '5.0.0-beta-8.0', latest: '7.1.0' } ```