1.0.5 • Published 6 years ago
sentryjs v1.0.5
Sentry上报字段
目前是设计将所有字段放在一张表里面 通过errorType取不同字段达到目的
Original
- createTime -- 创建时间
- stat
- serverIp
- clientIp
common info 每种信息都会带的通用信息
- apikey
- title
- url
- type
- version
- userAgent
- metaData
window window错误信息
- message
- stack
- colno
- lineno
http 资源引用错误
- path
- target
- resourceUrl
- outerHTML
xhr xhr请求错误信息
- method
- status
- response
- requestUrl
vue vue错误上报
- vueMessage
- lifecycleHook
- componentName