1.0.4 • Published 5 years ago

xj-report v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

小程序错误上报模块

支持上报异常类型 1. 上报程序异常 2. 上报网络异常

使用方法

  1. 安装
npm install xj-report

2.使用

import collection from 'xj-report'
collection.init('https://baidu.com') // 配置上报服务器地址
collection.recordProgramError('有错误出现')

3.立即上报所有

collection.reportAll()
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago