Rating: 5 stars
Disabe New Relic for AMP pages
]]>Rating: 5 stars
Works just like
if (extension_loaded('newrelic')) {
// Add AMP page identifying logic here that would, for example,
// set variable $amp to TRUE or FALSE. If $amp is true, disable new relic
if ($amp) {
newrelic_disable_autorum (FALSE);
newrelic_ignore_transaction();
}
}
]]>
Rating: 5 stars
A+ Does what it’s supposed to.
]]>