// install
npm install web-report --save
// 通用版本引入
import { Performance } form 'web-report'
// 使用 建立在oncreate中
Performance({
domain:'http://report.com/api/v1/report/web',
add:{
appId:'D3D9B9AA45B56F6E424F57EFB36B0XXX',//zanePerfor中创建的Appid
}
})