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 efa7a33 commit 17e86a2Copy full SHA for 17e86a2
packages/browser/src/integrations/pluggable/ember.ts
@@ -49,6 +49,8 @@ export class Ember implements Integration {
49
50
if (typeof oldOnError === 'function') {
51
oldOnError.call(this.Ember, error);
52
+ } else if (this.Ember.testing) {
53
+ throw error;
54
}
55
};
56
0 commit comments