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: experimental/packages/opentelemetry-instrumentation/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ to avoid leaking information from one provider to the other because there are a
221
221
222
222
## Limitations
223
223
224
-
Instrumentations for external modules (e.g. express, mongodb,...) hook the `require` call. Therefore following conditions need to be met that this mechanism can work:
224
+
Instrumentations for external modules (e.g. express, mongodb,...) hooks the `require` call. Therefore following conditions need to be met that this mechanism can work:
225
225
226
226
*`require` is used. ECMA script modules (using `import`) is not supported as of now
227
227
* Instrumentations are registered **before** the module to instrument is `require`ed
0 commit comments