Beispiel #1
0
 /**
  * Inserts New Relic "Real User Monitoring" footer script when called.
  *
  * Should be placed right before </body>
  *
  * @param bool $includeScriptTag
  * @return mixed
  */
 public function footer($includeScriptTag = true)
 {
     return NewrelicCore::get_browser_timing_footer($includeScriptTag);
 }