Skip to content

Commit

Permalink
Revert "feat: distributed tracing"
Browse files Browse the repository at this point in the history
This reverts commit f8637e2.
  • Loading branch information
lucassabreu committed Mar 12, 2024
1 parent 028afba commit 1435437
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/newrelic-setup
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ if [[ ${NR_ENABLED} == true ]]; then
sed -i -e "s/"REPLACE_WITH_REAL_KEY"/${NR_LICENSE_KEY}/g" /usr/local/etc/php/conf.d/newrelic.ini
sed -i -e "s/PHP Application/${NR_APP_NAME}/g" /usr/local/etc/php/conf.d/newrelic.ini
echo "newrelic.enabled = true" | tee -a /usr/local/etc/php/conf.d/newrelic.ini
echo "newrelic.distributed_tracing_enabled = true" | tee -a /usr/local/etc/php/conf.d/newrelic.ini
else
echo "newrelic.enabled = false" | tee -a /usr/local/etc/php/conf.d/newrelic.ini
fi

0 comments on commit 1435437

Please sign in to comment.