flextracker icon indicating copy to clipboard operation
flextracker copied to clipboard

a simple javascript exception tracker

Results 2 flextracker issues
Sort by recently updated
recently updated
newest added

```js /** * 默认的配置信息 * @type {Object} */ var defaults = { enabled: true, // 是否可用,关闭以后不再捕获和发送错误信息 action: true, // 是否监控并发送用户操作信息 hook: true, // 是否增加hook,把setTimeout/setInterval/requestAnimationFrame和add/removeEventListener给wrap一层 net: true, // 是否hook ajax请求 dependence:...

when using `sendBeacon`, the data is transmitted asynchronously to the web server when the User Agent has an opportunity to do so, without delaying the unload or affecting the performance...