ember.js - Is there an EmberJS addon that runs the app in a try/catch and externally logs unhandled errors? -
i'd have system crashlytics can monitor unhandled errors users encounter.
not ember plugin/addon, sentry provides you're looking for: https://getsentry.com/for/ember/
i'm sure there other libs/providers out there. quick google query takes me here: https://www.npmjs.com/package/ember-cli-airbrake
Comments
Post a Comment