You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ember/addon/index.ts
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ export function InitSentryForEmber(_runtimeConfig?: BrowserOptions) {
51
51
if(environmentConfig.ignoreEmberOnErrorWarning){
52
52
return;
53
53
}
54
-
next(null,function(){
54
+
next(null,function(){
55
55
warn(
56
56
'Ember.onerror found. Using Ember.onerror can hide some errors (such as flushed runloop errors) from Sentry. Use Sentry.captureException to capture errors within Ember.onError or remove it to have errors caught by Sentry directly. This error can be silenced via addon configuration.',
57
57
!Ember.onerror,
@@ -64,9 +64,7 @@ export function InitSentryForEmber(_runtimeConfig?: BrowserOptions) {
0 commit comments