web-report-sdk icon indicating copy to clipboard operation
web-report-sdk copied to clipboard

A complet sound web performance report plug-in.

Results 29 web-report-sdk issues
Sort by recently updated
recently updated
newest added

![7`BU3~H4GZ%6AW@MEHECS@J](https://user-images.githubusercontent.com/26423956/130917228-400f5e0b-3f4f-4739-b2fb-1d814303ed04.png) ![$}1Q6{OI Z 3VYEA7TPZ7QY](https://user-images.githubusercontent.com/26423956/130917248-2f4af6bc-9f78-47fa-abf7-eeea7652f8f1.png) ![O%@KM77B}RS X70F0AB0G0A](https://user-images.githubusercontent.com/26423956/130917279-65fa4f85-613d-4e90-a3e6-69b90ff1ad37.png)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

首先感谢大佬贡献的代码! 当前我正尝试用该系统,收集用户轨迹,并长期保存。似乎需要用到none JDK来手动提交,文档当中描述很少且window.ReportData()会抛undefined的错误。希望在此寻求一些帮助 另外注意到所有的监控信息最久显示一天的,希望可以保存半年以上,有哪些可以参考的资料嘛?

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

新版本是否考虑改个名字?直接覆盖掉`Performance` 接口似乎不太好

你好,单页应用除了首次加载的页面,其他页面的性能数据是否会有收集?

` window.addEventListener('unhandledrejection', function (e) { const error = e && e.reason const message = error.message || ''; const stack = error.stack || '';` 这里的e.reason存在值是undefined的情况, 后面的error.message就会报错

脚本为什么要延迟300秒上传 outtime

你好,大大您好,想问一下这个你的这个sdk是怎么开发的?