We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8e1a5 commit 516047eCopy full SHA for 516047e
plugins/ember.js
@@ -20,7 +20,7 @@ Ember.onerror = function EmberOnError(error) {
20
};
21
Ember.RSVP.on('error', function (reason) {
22
if (reason instanceof Error) {
23
- Raven.captureException(reason, {extra: {context: 'Unhandled RSVP error'}});
+ Raven.captureException(reason, {extra: {context: 'Unhandled Promise error detected'}});
24
} else {
25
Raven.captureMessage('Unhandled Promise error detected', {extra: {reason: reason}});
26
}
0 commit comments