May 14, 2024
Instrument `fetch` and other improvements
Node.js3.4.4
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.
Support Kamal-based deployments. Read the KAMAL_VERSION
environment variable, which Kamal exposes within the deployed container, if present, and use it as the application revision if it is not set. This will automatically report deploy markers for applications using Kamal.
See the Node.js package 3.4.4 changelog for more information.