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 @@ -254,7 +254,7 @@ setUpJavaEnv() {
setupPHPEnv() {
echo "Setting up Datadog tracing for PHP"
if [ -z "${DD_PHP_TRACER_VERSION}" ]; then
DD_PHP_TRACER_VERSION=1.14.1
DD_PHP_TRACER_VERSION=1.15.2
fi

DD_PHP_TRACER_URL=https://github.com/DataDog/dd-trace-php/releases/download/${DD_PHP_TRACER_VERSION}/datadog-setup.php
Expand Down