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 7392140 commit edb1532Copy full SHA for edb1532
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);
+ Raven.captureException(reason, {extra: {context: 'Unhandled RSVP error'}});
24
} else {
25
try {
26
throw new Error('Unhandled Promise error detected');
0 commit comments