aa-tracker

1.0.55 • Public • Published

tracker

这是一个埋点SDK This is a buried SDK

使用方法如下 The usage is as follows

  import tracker from 'aa-tracker'
  tracker.set({
    requestUrl:"xxxxxx", // 上报地址 POST
    xhrTracker: true, // 接口上报
    xhrOption: { // 接口上报配置
      duration: 1000 // 请求响应时长超过1000ms
    },
    headers: {} // 验证
  })

Package Sidebar

Install

npm i aa-tracker

Weekly Downloads

1

Version

1.0.55

License

ISC

Unpacked Size

12.5 kB

Total Files

5

Last publish

Collaborators

  • runzhi.li