Monitor, troubleshoot, and optimize Angular app performance with Atatus. No code changes required in your app. Start seeing hidden Angular errors in minutes.
Copy & paste this code into the <head> tag of your html to start using Atatus on your Angular app. Please make sure that you add it before other script tags as well.
<script src="//dmc1acwvwny3.cloudfront.net/atatus-spa.js"> </script>
<script type="text/javascript"> atatus.config('YOUR_API_KEY').install(); </script>
Replace the YOUR_API_KEY string with the API Key that is assigned for your project.
angular.module('YOUR_APP').factory('$exceptionHandler',
['$window', function ($window) {
return function (exception, cause) {
if ($window.atatus) {
$window.atatus.notify(exception);
}
};
}]);
Just reload your page now. That's it! You've sent your first event.
Try it free. No credit card required. Instant set-up.
Best APM Monitoring tool
— S Herman Kiefus, DevOps Admin, Compass
Avail Atatus features for 14 days free-trial. No credit card required. Instant set-up.