Skip to content

Commit

Permalink
Update Java Tracer to 1.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apiarian-datadog committed Jul 25, 2024
1 parent 2f413ef commit 5459046
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 @@ -216,7 +216,7 @@ setUpDotnetEnv() {
setUpJavaEnv() {
echo "Setting up Datadog tracing for Java"
if [ -z "${DD_JAVA_TRACER_VERSION}" ]; then
DD_JAVA_TRACER_VERSION=1.31.2
DD_JAVA_TRACER_VERSION=1.37.1
fi

echo "Using version ${DD_JAVA_TRACER_VERSION} of the JAVA tracer"
Expand Down

0 comments on commit 5459046

Please sign in to comment.