Skip to content

Commit

Permalink
Merge pull request #75 from DataDog/dotnet-tracer-version-bump
Browse files Browse the repository at this point in the history
Update .NET Tracer to 3.3.1
  • Loading branch information
jcstorms1 authored Sep 26, 2024
2 parents 0dcf6ca + 4deca0b commit 01a195e
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 @@ -179,7 +179,7 @@ setUpNodeEnv() {
setUpDotnetEnv() {
echo "Setting up Datadog tracing for .NET"
if [ -z "${DD_DOTNET_TRACER_VERSION}" ]; then
DD_DOTNET_TRACER_VERSION=2.56.0
DD_DOTNET_TRACER_VERSION=3.3.1
fi

# Set a tracer directory to avoid issues with unarchiving
Expand Down

0 comments on commit 01a195e

Please sign in to comment.