We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe96c5 commit b982dd1Copy full SHA for b982dd1
1 file changed
datadog_wrapper
@@ -157,7 +157,7 @@ setUpNodeEnv() {
157
if [ "${DD_NODE_TRACER_SKIP_INSTALL}" = "true" ]; then
158
echo "DD_NODE_TRACER_SKIP_INSTALL set to true, skipping Datadog Node tracer installation"
159
else
160
- local DD_DEFAULT_NODE_TRACER_VERSION_5=5.80.0
+ local DD_DEFAULT_NODE_TRACER_VERSION_5=5.91.0
161
162
# use provided tracer version in DD_NODE_TRACER_VERSION if available, otherwise use the default version
163
local DD_NODE_TRACER_VERSION_TO_INSTALL="${DD_NODE_TRACER_VERSION:-$DD_DEFAULT_NODE_TRACER_VERSION_5}"
0 commit comments