Skip to content

Commit

Permalink
Update Python Tracer to 2.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
apiarian-datadog authored and github-actions[bot] committed Jan 15, 2025
1 parent a68a1b9 commit 764da05
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 @@ -262,7 +262,7 @@ setupPHPEnv() {
setUpPyEnv() {
echo "Setting up Datadog tracing for Python"
if [ -z "${DD_PYTHON_TRACER_VERSION}" ]; then
DD_PYTHON_TRACER_VERSION=2.16.0
DD_PYTHON_TRACER_VERSION=2.18.2
fi

pip install "ddtrace==${DD_PYTHON_TRACER_VERSION}"
Expand Down

0 comments on commit 764da05

Please sign in to comment.