Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
233 views
in Q2A Core by
Hello,

How to set New Relic monitoring with Q2A script?

I need to put this code:
$name = "Q2A";
if (extension_loaded('newrelic')) {
  newrelic_set_appname($name);
}

...but to which file I need to paste this code?

Maybe @Scott or anyone, please?
Peter
Q2A version: 1.7.4

Please log in or register to answer this question.

...