Ionic Monitoring made simple.

Monitor, troubleshoot, and optimize Ionic app performance with Atatus. No code changes required in your app. Start seeing hidden Ionic errors in minutes.

Install Setup Code

Copy & paste this code into the <head> tag of your index.html to start using Atatus on your Ionic app. Please make sure that you add it before other script tags as well.

<script src="https://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.

Add an angular exception handler

angular.module('YOUR_APP').factory('$exceptionHandler',
  ['$window', function ($window) {
  return function (exception, cause) {
    if ($window.atatus) {
      $window.atatus.notify(exception);
    }
  };
}]);

Send an event

Just reopen your app now. That's it! You've sent your first event.

Start fixing issues impacting your users right now

Try it free. No credit card required. Instant set-up.

Awesome Support

Best APM Monitoring tool

"Atatus customer service is just amazing. I had before New Relic and Stackify and I can honestly say that Atatus compared to those two is the leader! Leader in pricing and user interface and ability to drill down to the problem."

— S Herman Kiefus, DevOps Admin, Compass

Ready to see actionable data?

Avail Atatus features for 14 days free-trial. No credit card required. Instant set-up.