Beispiel #1
0
 /**
  * Inserts New Relic "Real User Monitoring" header script when called.
  *
  * Should be placed in the header
  *
  * @param bool $includeScriptTag
  * @return mixed
  */
 public function header($includeScriptTag = true)
 {
     return NewrelicCore::get_browser_timing_header($includeScriptTag);
 }