Skip to content
New issue

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

Converting circular structure to JSON #4

Closed
haledeng opened this issue May 27, 2015 · 3 comments
Closed

Converting circular structure to JSON #4

haledeng opened this issue May 27, 2015 · 3 comments
Labels

Comments

@haledeng
Copy link

我发现 bj-report 在上报的时候,有循环引用的错误。

value = JSON.stringify(value);
http://stackoverflow.com/questions/22806305/window-onerror-and-object-event

cb45c67f-19ac-48ba-a175-3b93faf3dd57
d78936e0-d033-4a43-b83f-175ecacc4174

@caihuiji
Copy link
Member

以前的ERROR 对象是有上报的, 怀疑是这里面产生了循环引用,
所以我们对这个错误进行捕获和上报:
28a7866c-ba70-4b1b-9b88-a676674ed2e9

但是我发现有新的错误上报上来了
image

所以我们再继续观察一段时间

@caihuiji
Copy link
Member

caihuiji commented Jun 3, 2015

[object Event ]是某些andorid 手机浏览器里面抛出的,目前没有是什么原因造成的

@caihuiji caihuiji closed this as completed Jun 3, 2015
@caihuiji caihuiji added the bug label Jun 6, 2015
@caihuiji caihuiji reopened this Jul 24, 2015
@longyiyiyu
Copy link

我这边加了些逻辑,发现是script资源加载错误的时候会报[object Event]错误,它直接把error对象抛出来了
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants