We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 445d92b + 26b1bb0 commit 03bd974Copy full SHA for 03bd974
bin/newrelic-setup
@@ -4,7 +4,6 @@ if [[ ${NR_ENABLED} == true ]]; then
4
sed -i -e "s/"REPLACE_WITH_REAL_KEY"/${NR_LICENSE_KEY}/g" /usr/local/etc/php/conf.d/newrelic.ini
5
sed -i -e "s/PHP Application/${NR_APP_NAME}/g" /usr/local/etc/php/conf.d/newrelic.ini
6
echo "newrelic.enabled = true" | tee -a /usr/local/etc/php/conf.d/newrelic.ini
7
- echo "newrelic.distributed_tracing_enabled = true" | tee -a /usr/local/etc/php/conf.d/newrelic.ini
8
else
9
echo "newrelic.enabled = false" | tee -a /usr/local/etc/php/conf.d/newrelic.ini
10
fi
0 commit comments