1.1.0 • Published 4 years ago

js-monitors v1.1.0

Weekly downloads
1
License
-
Repository
-
Last release
4 years ago

js-monitors v1.0.8

The js-monitors library as Front-end code exception monitoring

Installation

Using npm:

$ npm i -g npm
$ npm i --save js-monitors

In Browser.js:

// It only takes two steps to use
// first:
// <body class="服务器日志记录地址"></body>
<body class="https://www.baidu.com/"></body>

// second
require('js-monitors');

See the package source for more details.

字段名称功能可能值
charset浏览器编码环境utf-8 || gbk
col出错文件所在列number
date发生的时间2020-5-22 15:4:15
device手机端(WeChat,QQ,WeiBo)还是 pc 端IOS Brower
errStack错误栈信息Error: 程序抛出的错误信息 ↵ at http://127.0.0.1:5500/test/index.html:48:11
filePath出错的文件http://127.0.0.1:5500/test/index.html
info错误信息Error: 程序抛出的错误信息
lang使用的语言zh-CN
line出错文件所在行number
platformwin32 还是苹果系统Win32
screen分辨率375 * 667
uaUserAgentMozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1
viewUrlURLhttp://127.0.0.1:5500/test/index.html

发送的数据

发送的数据

发送的请求

发送的请求

If you have any questions, please contact me 3328921305@qq.com

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago