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

ra.newrelic module is a wrapper around newrelic-timing. It waits for the 'pageload:ready' event before firing the newRelic 'pageRendered' mark.

Installing

Install with bower:

bower install angular-ra-newrelic

Usage

Include angular-ra-newrelic.js and newrelic-timing.js files in your javascript.

Include ra.newrelic as a dependency of 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%