diff --git a/ui/lib/js/observer.js b/ui/lib/js/observer.js index 62f2cb85..3cdd7cc5 100644 --- a/ui/lib/js/observer.js +++ b/ui/lib/js/observer.js @@ -20,7 +20,7 @@ class Observer { error: item.response?.code != 0 ? item.response?.data : null, device: navigator.userAgent } - if (!/(sockjs-node|hot-update|monitorApi)/.test(api.path)) { + if (!/(sockjs-node|hot-update|monitorApi|frontjs)/.test(api.path)) { if (!!this.timer) { clearTimeout(this.timer) }