Thomas Watson
Thomas Watson
Thanks for taking the time to investigate this issue. Since Node.js version 8, [Async Hooks](https://nodejs.org/api/async_hooks.html) have been part of Node core, which does more or less the same thing as...
I personally think that the purpose of this module is to function as a sort of fallback in case AsyncHooks isn't available, but I think it's better to leave the...
It's not a big maintainability overhead to add async hook support to this module, so as such I'm not against it. But I'd like to hear some thoughts from the...
Ah yes you are correct - if a function is bound it will be detected as native 😞 ... because obviously it _is_ native. It will however not have the...
Ok, I guess that can make sense. My issue is that a more advanced version of this code unfortunately exists in the wild. Specifically in the latest major version of...
The work to fix this have now been moved to https://github.com/nodejs/node/pull/12861
While this module can just as well be used in situations where the Node.js process isn't an HTTP server, let me just quickly answer your question in case it was...
The Node.js agent currently does not support automatic instrumentation of Oracle queries. You can see a list of all supported modules here on our [Compatibility page](https://www.elastic.co/guide/en/apm/agent/nodejs/current/compatibility.html#compatibility-tracing-and-instrumentation). I can understand from...
It's not on our roadmap at the moment. But I'll make sure to bring it up with the team at the next planning meeting
For now please leave this issue open 😃