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 14e5f97 + f8637e2 commit ed28b4eCopy full SHA for ed28b4e
bin/newrelic-setup
@@ -4,6 +4,7 @@ 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