blog
blog copied to clipboard
this is my blog
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.11.0 to 1.15.0. Commits 22e81fc Release version 1.15.0 of the npm package. 96a3947 Add headers to request details 24dcb20 Pass status & request details to beforeRedirect (#198)...
前端异常包含很多种情况:1. js 编译时异常(开发阶段就能排)2. js 运行时异常;3. 加载静态资源异常(路径写错、资源服务器异常、CDN 异常、跨域)4. 接口请求异常等 - [前端监控体系怎么搭建?](https://github.com/closertb/closertb.github.io/issues/46) - [前端代码异常监控实战](https://github.com/happylindz/blog/issues/5) - [前端监控平台系列:JS SDK(已开源)](https://juejin.cn/post/6862559324632252430#heading-9) - UC 的岳鹰 ## 异常监控具体指标 - JS 语法错误、代码运行异常 ✅ - Http 请求异常 ✅ - 静态资源加载异常...
分了几篇文章分别来记录,按照 数据指标确定 -> 确认对应数据指标的采集形式 -> 如何上报 -> 埋点的几种方式 -> 数据分析,这样的流程来梳理埋点监控相关的知识体系。 ## 前端监控流程 - 前端埋点 - 数据上报 - 分析和计算 将采集到的数据进行加工汇总 - 可视化展示 将数据按各种维度进行展示 - 监控报警 发现问题后按一定条件触发报警 如何可视化展示 - 如何写各种各样的查询语句查出哪些最实用的数据 - 设备占比...
## 指标收集 ### 异常 - JS 语法错误、代码运行异常 ✅ - 静态资源加载异常 ✅ - promise 异常 ✅ - Http 请求异常 ✅ - ajax ✅ - fetch ✅ - Iframe 异常 - 跨域...