WebSockect连接错误

2019-02-20 15:37 更新

若WebSocket后端出现错误时,WebSockect连接错误则有可能出错:

var ws = new WebSocket("wss://ap.fundebug.com/api/events/count");

Fundebug插件捕获的这个错误之后,开发者将受到报警,然后可以在我们的控制台查看错误详情:


Fundebug插件捕获的错误数据如下:

{
    "notifierVersion": "1.5.1",
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36",
    "locale": "zh-CN",
    "url": "http://localhost:3001",
    "title": "TEST",
    "releaseStage": null,
    "time": 1546522748886,
    "type": "websocketError",
    "target": {
        "type": "onerror",
        "url": "wss://ap.fundebug.com/api/events/count",
        "timeStamp": 835.6999999959953
    }
}

silentWebsocket

如果你不需要监控WebSocket连接错误,则可以将silentWebsocket属性设为true。

if ("fundebug" in window) {
   fundebug.silentWebsocket = true;
}


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号