Skip to content

Commit

Permalink
Update PHP Tracer to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apiarian-datadog authored and github-actions[bot] committed Jan 8, 2025
1 parent a68a1b9 commit 5ac77b0
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 @@ -245,7 +245,7 @@ setUpJavaEnv() {
setupPHPEnv() {
echo "Setting up Datadog tracing for PHP"
if [ -z "${DD_PHP_TRACER_VERSION}" ]; then
DD_PHP_TRACER_VERSION=1.4.2
DD_PHP_TRACER_VERSION=1.5.1
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 5ac77b0

Please sign in to comment.