Skip to content

Commit

Permalink
Add undici (fetch) instrumentation
Browse files Browse the repository at this point in the history
Add the `undici` instrumentation to the default instrumentations
list.
  • Loading branch information
unflxw committed May 14, 2024
1 parent 88fb286 commit 138f01f
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 8,359 deletions.
7 changes: 7 additions & 0 deletions .changesets/instrument-calls-to--fetch--in-node-js.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
bump: "patch"
integrations: "nodejs"
type: "add"
---

Instrument calls to `fetch` in Node.js. Requests made using Node.js' global `fetch`, or through the underlying `undici` library, will be automatically instrumented and shown as events in your performance samples' event timeline.
Loading

0 comments on commit 138f01f

Please sign in to comment.