hanlin-logs

1.0.0 • Public • Published

hanlin-logs

线上error日志采集

导入插件

npm install hanlin-logs

项目中使用

在项目根目录中的before.js中,引入并使用

import errorLog from 'hanlin-logs' 
Vue.use(errorLog)

vue中可以使用$throw主动抛出异常,使用$hanlinInfo抛出info日志。

this.$hanlinInfo(key,val)//例如this.$hanlinInfo('userId',this.userId)

项目中上报阶段读取JSON.parse(sessionStorage.getItem('hanlinErrorList')),取到errorlist

Readme

Keywords

none

Package Sidebar

Install

npm i hanlin-logs

Weekly Downloads

11

Version

1.0.0

License

ISC

Unpacked Size

6.78 kB

Total Files

6

Last publish

Collaborators

  • wangshanbo