We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我发现 bj-report 在上报的时候,有循环引用的错误。
value = JSON.stringify(value); http://stackoverflow.com/questions/22806305/window-onerror-and-object-event
The text was updated successfully, but these errors were encountered:
以前的ERROR 对象是有上报的, 怀疑是这里面产生了循环引用, 所以我们对这个错误进行捕获和上报:
但是我发现有新的错误上报上来了
所以我们再继续观察一段时间
Sorry, something went wrong.
[object Event ]是某些andorid 手机浏览器里面抛出的,目前没有是什么原因造成的
我这边加了些逻辑,发现是script资源加载错误的时候会报[object Event]错误,它直接把error对象抛出来了
No branches or pull requests
我发现 bj-report 在上报的时候,有循环引用的错误。
value = JSON.stringify(value);
http://stackoverflow.com/questions/22806305/window-onerror-and-object-event
The text was updated successfully, but these errors were encountered: