File: `newrelic.ini` Docs: https://docs.newrelic.com/docs/agents/php-agent/configuration/php-agent-configuration Add following in default NewRelic configuration: ``` newrelic.transaction_tracer.record_sql = "raw" newrelic.transaction_tracer.threshold = "1s" ``` ~Add following in WP sites:~ No need, this is being [managed automatically](https://docs.newrelic.com/docs/apm/agents/php-agent/configuration/php-agent-configuration/#inivar-framework) now. ``` newrelic.framework="wordpress" ```
File:
newrelic.iniDocs: https://docs.newrelic.com/docs/agents/php-agent/configuration/php-agent-configuration
Add following in default NewRelic configuration:
Add following in WP sites:No need, this is being managed automatically now.