Skip to content

Commit

Permalink
Update Node.js Tracer v5 Tracer to 5.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apiarian-datadog committed Jul 24, 2024
1 parent 9e0e3d6 commit dabaef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog_wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ setUpNodeEnv() {
echo "Installing Node tracer"

local DD_NODE_TRACER_VERSION_4=4.38.1
local DD_NODE_TRACER_VERSION_5=5.18.0
local DD_NODE_TRACER_VERSION_5=5.19.0

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

0 comments on commit dabaef7

Please sign in to comment.