启动用来接收错误的
前端页面demo
捕获错误的sdk
cd ./vue-error-notify
npm link
cd ./vue-demo
npm install
npm link vue-error-notify
npm run build
cd ./service
npm install
node index.js
cd ./vue-demo/dist
npx http-server
F12,侧边栏打开网络请求 依次点击左边的按钮
为了便于展示解析,上报的时候就会展示解析结果,不过response不会展示返回值 建议双击右边的error上报请求,就会看到解析结果了。