From 7399619c86a049449f38311fa496aa88ce2f2a6a Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Mon, 3 Feb 2025 06:21:38 +0100 Subject: [PATCH] Bump Node.js tracer version again --- content/en/dynamic_instrumentation/enabling/nodejs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/dynamic_instrumentation/enabling/nodejs.md b/content/en/dynamic_instrumentation/enabling/nodejs.md index b13722d6d07d3..3ca718d16c240 100644 --- a/content/en/dynamic_instrumentation/enabling/nodejs.md +++ b/content/en/dynamic_instrumentation/enabling/nodejs.md @@ -22,7 +22,7 @@ Dynamic Instrumentation is a feature of supporting Datadog tracing libraries. If 1. Install or upgrade your Agent to version [7.45.0][6] or higher. 2. If you don't already have APM enabled, in your Agent configuration, set the `DD_APM_ENABLED` environment variable to `true` and listening to the port `8126/TCP`. -3. Install or upgrade the Node.js tracing library to version 5.34.0 or higher, by following the [relevant instructions][2]. +3. Install or upgrade the Node.js tracing library to version 5.35.0 or higher, by following the [relevant instructions][2]. 4. Run your service with Dynamic Instrumentation enabled by setting the `DD_DYNAMIC_INSTRUMENTATION_ENABLED` environment variable to `true`. Specify `DD_SERVICE`, `DD_ENV`, and `DD_VERSION` Unified Service Tags so you can filter and group your instrumentations and target active clients across these dimensions. 5. After starting your service with Dynamic Instrumentation enabled, you can start using Dynamic Instrumentation on the [APM > Dynamic Instrumentation page][3].