-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Meta: BreakingPackage: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDK
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
Nciso, sugar700 and schmod
Metadata
Metadata
Assignees
Labels
Meta: BreakingPackage: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDK