Closed
Description
Problem Statement
Domains are deprecated - we should switch off them.
https://nodejs.org/api/domain.html#domain
Solution Brainstorm
Async hooks are avaliable since 8.x
, but at Experimental
stability.
https://nodejs.org/api/async_hooks.html
When we remove Node 6 support in v7, we can evaluate making the switch