Skip to content

Commit 1bd9b2b

Browse files
Update Python Tracer to 4.2.1
1 parent dbe96c5 commit 1bd9b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ setupPHPEnv() {
271271
setUpPyEnv() {
272272
echo "Setting up Datadog tracing for Python"
273273
if [ -z "${DD_PYTHON_TRACER_VERSION}" ]; then
274-
DD_PYTHON_TRACER_VERSION=3.19.0
274+
DD_PYTHON_TRACER_VERSION=4.2.1
275275
fi
276276

277277
pip install "ddtrace==${DD_PYTHON_TRACER_VERSION}"

0 commit comments

Comments
 (0)