Skip to content

Commit

Permalink
Update Python Tracer to 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apiarian-datadog authored and github-actions[bot] committed Nov 14, 2024
1 parent e6c9ca2 commit 16ea684
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 @@ -258,7 +258,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.16.1
fi

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

0 comments on commit 16ea684

Please sign in to comment.