Skip to content

Commit

Permalink
doc(instr-fetch): mention instr-undici for Node.js fetch() (#4624)
Browse files Browse the repository at this point in the history
Now that instrumentation-undici exists, point to it for users that want
instrumentation of Node.js' fetch().
  • Loading branch information
trentm committed Apr 11, 2024
1 parent 19660db commit 7a5db08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
**Note: This is an experimental package under active development. New releases may include breaking changes.**

This module provides auto instrumentation for web using [fetch](https://developer.mozilla.org/en-US/docs/Web/API/fetch).
(Note: This instrumentation does **not** instrument [Node.js' fetch](https://nodejs.org/api/globals.html#fetch). See [this issue](https://github.com/open-telemetry/opentelemetry-js/issues/4333).)
(Note: This instrumentation does **not** instrument [Node.js' fetch](https://nodejs.org/api/globals.html#fetch). See [`@opentelemetry/instrumentation-undici`](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-undici/) for that.)

## Installation

Expand Down

0 comments on commit 7a5db08

Please sign in to comment.