You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/opentelemetry-scope-async-hooks/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,18 @@ This package provides [async-hooks][async-hooks-doc] based scope manager which i
8
8
9
9
## What is a ScopeManager ?
10
10
11
-
The definition and why they exist is available on [the readme of the socpe-base package][def-scope-manager].
11
+
The definition and why they exist is available on [the readme of the scope-base package][def-scope-manager].
12
12
13
13
### Implementation in NodeJS
14
14
15
-
NodeJS has a specific API to track async scope: [async-hooks][async-hooks-doc], it allows to track creation of new async operation and their respective parent.
15
+
NodeJS has a specific API to track async scope: [async-hooks][async-hooks-doc], it allows to track creation of new async operation and their respective parent.
16
16
This package only handle storing a specific object for a given async hooks context.
17
17
18
18
### Limitations
19
19
20
20
Even if the API is native to NodeJS, it doesn't cover all possible cases of scope propagation but there is a big effort from the NodeJS team to fix those. That's why we generally advise to be on the latest LTS to benefit from performance and bug fixes.
21
21
22
-
There are known modules that break scope propagation ([somes of them are listed there][pkgs-that-break-ah]), so it's possible that the scope manager doesn't work with them.
22
+
There are known modules that break scope propagation ([some of them are listed there][pkgs-that-break-ah]), so it's possible that the scope manager doesn't work with them.
23
23
24
24
### Prior arts
25
25
@@ -52,4 +52,4 @@ Apache 2.0 - See [LICENSE][license-url] for more information.
0 commit comments