Monitor, troubleshoot, and optimize Ember app performance with Atatus. No code changes required in your app. Start seeing hidden Ember errors in minutes.
Copy & paste this code into the <head> tag of your html (every page) to start using Atatus on your Ember app. Please make sure that you add it before other script tags as well.
<script src="//dmc1acwvwny3.cloudfront.net/atatus.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.
function reportError(error) {
if (window.atatus) {
window.atatus.notify(error);
}
};
Ember.onerror = reportError;
Ember.RSVP.on('error', reportError);
App.ApplicationRoute = Ember.Route.extend({ actions: { error: reportError } });
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.