Skip to content

Commit 88d94fa

Browse files
WanLinLinkamilogorek
authored andcommitted
docs: Update Usage docs to include Domains in Promise support
1 parent d3e81c1 commit 88d94fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/usage.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ A context might also correspond to, say, a connection lifecycle or a job being h
9090
Notable keys that you might set include ``user``, ``tags``, and ``extra``.
9191
These types of extra context data are detailed more under :ref:`raven-node-additional-data`.
9292

93+
Since ``domains`` are not supported in native Promise until Node v8.0.0, the Node LTS version ``>=8.0.0`` environment is required if you want to manage different contexts in Promises. Context for regular ``context/wrap`` and instrumentation is working prior to 8.x just fine. It'll just be skipped and will use globally set context data.
94+
9395
Tracking Users
9496
--------------
9597

0 commit comments

Comments
 (0)