Supported versions
| dd-trace version | Node.js requirement | Status |
|---|---|---|
| v5 (current) | >= 18 | Current |
| v4 | >= 16 | EOL |
| v3 | >= 14 | EOL |
| v2 | >= 12 | EOL |
| v1 | >= 12 | EOL |
Current release: v5
dd-trace v5 requires Node.js 18 or later. This aligns with the Node.js LTS lifecycle — Node.js 16 reached EOL in September 2023. Install the current release:Checking your Node.js version
Run the following command to check your current Node.js version:Node.js LTS lifecycle
Datadog aligns dd-trace release lines with the Node.js Long Term Support (LTS) schedule. When a Node.js version exits active LTS and reaches EOL, the next dd-trace major release drops support for it. The previous dd-trace release line remains in maintenance mode for one year after a new major is released, allowing time to upgrade both Node.js and dd-trace.We strongly recommend keeping Node.js up to date regardless of dd-trace’s support policy. Running an EOL Node.js version means you are not receiving security patches from the Node.js project.
