hanlin-logs
v1.0.0
Published
线上error日志采集
Downloads
13
Readme
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