Example #1
0
 /**
  * Get the RUM header JavaScript string
  *
  * @param  boolean $tag False to omit <script></script> tags. Defaults to True
  * @return string
  */
 public function header($tag = true)
 {
     return NewRelicAgent::getBrowserTimingHeader($tag);
 }