JSPM

bugreproducer

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q38248F
  • License MIT

tool to reproduce bug in front end

Package Exports

  • bugreproducer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bugreproducer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

一个为了复现内部系统线上 bug 而制定的小插件 process:

  • 在用户界面插入一个可拖拽的"报告 bug"按钮
  • 记录用户最近x次的操作轨迹(x 默认为30)
  • ? 记录视频
  • 点击"报告 bug"按钮后, 把开发者设定的需要记录的数据传到相应回调函数中, 并打印在控制台上