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
'Connection lost. Connection will be restored when new errors occurred',
163
165
'info'
164
166
);
@@ -381,7 +383,7 @@ export default class Catcher {
381
383
return;
382
384
}
383
385
384
-
log('Unable to send error. Seems like it is Hawk internal bug. Please, report it here: https://github.com/codex-team/hawk.javascript/issues/new','warn',e);
386
+
this.log('Unable to send error. Seems like it is Hawk internal bug. Please, report it here: https://github.com/codex-team/hawk.javascript/issues/new','warn',e);
385
387
}
386
388
}
387
389
@@ -393,7 +395,7 @@ export default class Catcher {
0 commit comments