Skip to content

Commit

Permalink
Merge pull request #107 from DataDog/rochdev/nodejs-5.30.0
Browse files Browse the repository at this point in the history
chore: update node tracer to 4.54.0/5.30.0 and wrapper to v1.10.13
  • Loading branch information
jcstorms1 authored Dec 20, 2024
2 parents 188af13 + 19840f9 commit 0fa9f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.12/datadog_wrapper | bash
curl -s https://raw.githubusercontent.com/DataDog/datadog-aas-linux/v1.10.13/datadog_wrapper | bash

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

Expand Down
6 changes: 3 additions & 3 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.12"
DD_AAS_LINUX_VERSION="v1.10.13"
fi

if [ -z "${DD_TRACE_LOG_DIRECTORY}" ]; then
Expand Down Expand Up @@ -157,9 +157,9 @@ setUpNodeEnv() {
echo "Setting up Datadog tracing for Node"
echo "Installing Node tracer"

local DD_NODE_TRACER_VERSION_4=4.49.0
local DD_NODE_TRACER_VERSION_4=4.54.0

local DD_NODE_TRACER_VERSION_5=5.29.1
local DD_NODE_TRACER_VERSION_5=5.30.0

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

0 comments on commit 0fa9f56

Please sign in to comment.