http://ramsayswljlwqo7yvw3ovxhyzavllyduxkgh4rbobzkc263jyro6cjyd.onion/2016/09/05/opbeat-angular-2-integration.html
Simon Ramsay | about How to Integrate Opbeat Into an Angular 2 App Sep 5, 2016 • Simon Opbeat is a paid service for select performance monitoring and reporting runtime errors in Javascript applications. While they do support an Angular 1 integration, Angular 2 will not be supported until its API stabilizes ( ref ). Until that magical day occurs, a hard coded solution is available (as shown below). import { ExceptionHandler , Injectable } from ' @angular/core ' ; // cant import the source ...