Skip to content

Commit 56c5a70

Browse files
authored
[Debugger] Bump minimum Node.js tracer version (#28957)
While 5.39.0 still technically will work, version 5.48.0 is recommended for the best experience, as it supports all the features available in the UI.
1 parent a1ba472 commit 56c5a70

File tree

1 file changed

+1
-1
lines changed
  • content/en/dynamic_instrumentation/enabling

1 file changed

+1
-1
lines changed

content/en/dynamic_instrumentation/enabling/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Dynamic Instrumentation is a feature of supporting Datadog tracing libraries. If
2222

2323
1. Install or upgrade your Agent to version [7.45.0][6] or higher.
2424
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`.
25-
3. Install or upgrade the Node.js tracing library to version 5.39.0 or higher, by following the [relevant instructions][2].
25+
3. Install or upgrade the Node.js tracing library to version 5.48.0 or higher, by following the [relevant instructions][2].
2626
4. If your source code is transpiled during deployment (for example, if using TypeScript), ensure that source maps are published along with the deployed Node.js application.
2727
5. 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.
2828
6. After starting your service with Dynamic Instrumentation enabled, you can start using Dynamic Instrumentation on the [APM > Dynamic Instrumentation page][3].

0 commit comments

Comments
 (0)