Skip to content

Commit

Permalink
Update PHP Tracer to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apiarian-datadog committed Jul 24, 2024
1 parent dabaef7 commit ca779ef
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 @@ -242,7 +242,7 @@ setUpJavaEnv() {
setupPHPEnv() {
echo "Setting up Datadog tracing for PHP"
if [ -z "${DD_PHP_TRACER_VERSION}" ]; then
DD_PHP_TRACER_VERSION=0.98.1
DD_PHP_TRACER_VERSION=1.2.0
fi

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

0 comments on commit ca779ef

Please sign in to comment.