TrackJS-Node icon indicating copy to clipboard operation
TrackJS-Node copied to clipboard

Use AsyncLocalStorage instead of Domain in Node 14+

Open toddhgardner opened this issue 5 years ago • 0 comments

Instead of the deprectated domain concept, in Node v14+ we can store our agent instance in the asyncLocalStorage object.

https://nodejs.org/api/async_hooks.html#async_hooks_class_asynclocalstorage

toddhgardner avatar Sep 15 '20 16:09 toddhgardner