web-report-sdk
web-report-sdk copied to clipboard
A complet sound web performance report plug-in.
  
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](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...
首先感谢大佬贡献的代码! 当前我正尝试用该系统,收集用户轨迹,并长期保存。似乎需要用到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,...
新版本是否考虑改个名字?直接覆盖掉`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是怎么开发的?