1.0.4 • Published 6 years ago

xj-report v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 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

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago