Skip to content

Commit 516047e

Browse files
committed
Use the same context message.
1 parent ce8e1a5 commit 516047e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/ember.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Ember.onerror = function EmberOnError(error) {
2020
};
2121
Ember.RSVP.on('error', function (reason) {
2222
if (reason instanceof Error) {
23-
Raven.captureException(reason, {extra: {context: 'Unhandled RSVP error'}});
23+
Raven.captureException(reason, {extra: {context: 'Unhandled Promise error detected'}});
2424
} else {
2525
Raven.captureMessage('Unhandled Promise error detected', {extra: {reason: reason}});
2626
}

0 commit comments

Comments
 (0)