Skip to content

Commit

Permalink
Merge pull request #106 from DataDog/storms/update-node-tracer-version
Browse files Browse the repository at this point in the history
chore: update v5 node tracer version to 5.29.1 and wrapper to v1.10.12
  • Loading branch information
jcstorms1 authored Dec 19, 2024
2 parents e6c9ca2 + de54752 commit 188af13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _Note: Currently Java, NODE, .NET, PHP and Python are supported._
##### Node, .NET, PHP or Python
Add the following to the startup command box

curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.10.11/datadog_wrapper | bash
curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.10.12/datadog_wrapper | bash

![](https://p-qkfgo2.t2.n0.cdn.getcloudapp.com/items/8LuqpR7e/6a9bf63d-5169-49d0-a68a-20e6e3009d47.jpg?v=7704a16bc91a6a57caf8befd84204415)

Expand Down
4 changes: 2 additions & 2 deletions datadog_wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ setEnvVars() {
fi

if [ -z "${DD_AAS_LINUX_VERSION}" ]; then
DD_AAS_LINUX_VERSION="v1.10.11"
DD_AAS_LINUX_VERSION="v1.10.12"
fi

if [ -z "${DD_TRACE_LOG_DIRECTORY}" ]; then
Expand Down Expand Up @@ -159,7 +159,7 @@ setUpNodeEnv() {

local DD_NODE_TRACER_VERSION_4=4.49.0

local DD_NODE_TRACER_VERSION_5=5.25.0
local DD_NODE_TRACER_VERSION_5=5.29.1

if [[ "$NODE_RUNTIME_VERSION" =~ ^v16.* ]]; then
yarn add "dd-trace@$DD_NODE_TRACER_VERSION_4" || return
Expand Down

0 comments on commit 188af13

Please sign in to comment.