Skip to content

AngularJS service to integrate with NewRelic's Real User Monitoring

Notifications You must be signed in to change notification settings

ashleahhill/angular-ra-newrelic

 
 

Repository files navigation

angular-ra-newrelic.js

The ra.newrelic module is a wrapper around newrelic-timing. It waits for the custom ra.pageload 'pageload:ready' event before firing the newRelic 'pageRendered' mark to give a better representation of page load times.

Installing

Install with bower:

bower install angular-ra-newrelic --save

Usage

Include the following js files:

bower_components/newrelic-timing/newrelic-timing.js
bower_components/angular-ra-pageload/angular-ra-pageload.js
bower_components/angular-ra-newrelic/angular-ra-newrelic.js

Add ra.newrelic dependency to your application.

angular.module('application', ['ra.newrelic']);

About

AngularJS service to integrate with NewRelic's Real User Monitoring

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%