Skip to content

Commit

Permalink
Update Java Tracer to 1.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apiarian-datadog authored and github-actions[bot] committed Dec 20, 2024
1 parent 188af13 commit 0da86ff
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 @@ -215,7 +215,7 @@ setUpDotnetEnv() {
setUpJavaEnv() {
echo "Setting up Datadog tracing for Java"
if [ -z "${DD_JAVA_TRACER_VERSION}" ]; then
DD_JAVA_TRACER_VERSION=1.42.0
DD_JAVA_TRACER_VERSION=1.44.1
fi

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

0 comments on commit 0da86ff

Please sign in to comment.