-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate Ember grouping #88
Comments
I thought maybe this would be useful: The recommended way of reporting errors from Ember is by implementing So this is pretty much how it's done with Bugsnag: Ember.onerror = function(error) {
Bugsnag.notifyException(error);
}; |
Maybe useful: https://github.com/twokul/ember-cli-bugsnag |
v0.2.0 of Ember Bugsnag was just released. |
…lugin-in-tests Enable client state persistence plugin in tests
Ember seems to wrap errors changing the stack trace which can cause grouping issues - lets try and find a nice solution to this.
The text was updated successfully, but these errors were encountered: