Roch Devost
Roch Devost
Discussion about the above can be found in https://github.com/nodejs/node/issues/46265
Change was released in dd-trace-js 4.23.0 today.
It looks like setting the maximum number of jobs higher than the number of files result in the isolation we're looking for (or at least it looks like it). However,...
@othiym23 Is there a particular reason why `shimmer` does not copy properties and symbols from the original function? I'm willing to send a PR since we need this as well,...
The feature in Node core mentioned above: https://nodejs.org/api/async_context.html.
If I understand the commit correctly, I think it can be done in other ways external to this library. In any case, that commit basically completely broke the library. I...
I am interested in this as well. This functionality could be added with some kind of event when the context exits. I don't know the performance implications of adding this...
`.czrc` file doesn't seem to work in the project root though. Even for node projects I would rather not pollute my `package.json`
@Qard As you mentioned, definitely an event for errors. I would say also an event for when the route is _entered_ as opposed to just _created_, unless the route is...