Class: Angular

Angular

new Angular()

Angular.js plugin. Provides an exception handler to extract relevant error data when logging errors in Angular applications. Add the Angular plugin script to your page (after the RootCause script include) and then configure the logger client accordingly (see below)

See also this section and RC.Logger#plugins.

Example
 <script src="https://app.therootcause.io/plugins/angular.js" type="text/javascript"></script>
var logger = window.RC && new RC.Logger({
   applicationId     : 'a1b2c3',

   plugins : [
       { name : 'Angular' }
   ]
});