Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion datadog_wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ setupPHPEnv() {
setUpPyEnv() {
echo "Setting up Datadog tracing for Python"
if [ -z "${DD_PYTHON_TRACER_VERSION}" ]; then
DD_PYTHON_TRACER_VERSION=3.19.0
DD_PYTHON_TRACER_VERSION=4.6.5
fi

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