Skip to content

Commit

Permalink
Update Python Tracer to 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
apiarian-datadog committed Jul 24, 2024
1 parent ca779ef commit 8c8dc78
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 @@ -259,7 +259,7 @@ setupPHPEnv() {
setUpPyEnv() {
echo "Setting up Datadog tracing for Python"
if [ -z "${DD_PYTHON_TRACER_VERSION}" ]; then
DD_PYTHON_TRACER_VERSION=2.7.4
DD_PYTHON_TRACER_VERSION=2.9.3
fi

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

0 comments on commit 8c8dc78

Please sign in to comment.