Skip to content

Commit 90a0491

Browse files
committed
Merge branch 'php7dot4' of github.com:moveis-simonetti/php-apache-oci8-composer into php8dot0
2 parents 6231b30 + ed28b4e commit 90a0491

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/newrelic-setup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ if [[ ${NR_ENABLED} == true ]]; then
44
sed -i -e "s/"REPLACE_WITH_REAL_KEY"/${NR_LICENSE_KEY}/g" /usr/local/etc/php/conf.d/newrelic.ini
55
sed -i -e "s/PHP Application/${NR_APP_NAME}/g" /usr/local/etc/php/conf.d/newrelic.ini
66
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
78
else
89
echo "newrelic.enabled = false" | tee -a /usr/local/etc/php/conf.d/newrelic.ini
910
fi

0 commit comments

Comments
 (0)