azl397985856 / fe-interview

宇宙最强的前端面试指南 (https://lucifer.ren/fe-interview)
Apache License 2.0
2.84k stars 260 forks source link

【每日一题】- 2019-08-07 - 如何实现一个虚拟浏览器调用栈 #4

Closed azl397985856 closed 4 years ago

azl397985856 commented 5 years ago

现实中浏览器的调用堆栈信息是不要一样的,因此对于我们调试问题很不方便。

比如我们平常习惯了chrome的堆栈,突然换到了safari或者IE就会很不适应。

有没有办法自己实现一套调用堆栈,统一所有浏览器呢? 这样我们以后调试的时候就很方便了。

扩展:

是否可以将这个集成到我们的监控系统中,如果线上有问题,一键调出来堆栈信息,上下文,用户轨迹,环境信息,从而帮助我们快速定位和解决问题

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.