Skip to content

Commit

Permalink
Update Java Tracer to 1.41.2 (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: apiarian-datadog <[email protected]>
  • Loading branch information
github-actions[bot] and apiarian-datadog authored Nov 5, 2024
1 parent 80d1da1 commit 4a51b1f
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 @@ -217,7 +217,7 @@ setUpDotnetEnv() {
setUpJavaEnv() {
echo "Setting up Datadog tracing for Java"
if [ -z "${DD_JAVA_TRACER_VERSION}" ]; then
DD_JAVA_TRACER_VERSION=1.40.0
DD_JAVA_TRACER_VERSION=1.41.2
fi

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

0 comments on commit 4a51b1f

Please sign in to comment.