Skip to content

Commit b982dd1

Browse files
Update Node.js Tracer v5 Tracer to 5.91.0
1 parent dbe96c5 commit b982dd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datadog_wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ setUpNodeEnv() {
157157
if [ "${DD_NODE_TRACER_SKIP_INSTALL}" = "true" ]; then
158158
echo "DD_NODE_TRACER_SKIP_INSTALL set to true, skipping Datadog Node tracer installation"
159159
else
160-
local DD_DEFAULT_NODE_TRACER_VERSION_5=5.80.0
160+
local DD_DEFAULT_NODE_TRACER_VERSION_5=5.91.0
161161

162162
# use provided tracer version in DD_NODE_TRACER_VERSION if available, otherwise use the default version
163163
local DD_NODE_TRACER_VERSION_TO_INSTALL="${DD_NODE_TRACER_VERSION:-$DD_DEFAULT_NODE_TRACER_VERSION_5}"

0 commit comments

Comments
 (0)