Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Flarna committed May 9, 2023
1 parent 366d70f commit 7d1d795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ to avoid leaking information from one provider to the other because there are a

## Limitations

Instrumentations for external modules (e.g. express, mongodb,...) hook the `require` call. Therefore following conditions need to be met that this mechanism can work:
Instrumentations for external modules (e.g. express, mongodb,...) hooks the `require` call. Therefore following conditions need to be met that this mechanism can work:

* `require` is used. ECMA script modules (using `import`) is not supported as of now
* Instrumentations are registered **before** the module to instrument is `require`ed
Expand Down

0 comments on commit 7d1d795

Please sign in to comment.