admin管理员组文章数量:1391943
Have been hitting the ResizeObserver - loop limit exceeded
error on my webapp.
From ResizeObserver - loop limit exceeded, I know that the error is harmless. But it still logs into my error/exception tracking on Sentry.
I am currently on a plan that only gives me 5k events per month. Due to very high usage of the webapp (several thousand users), the above ResizeObserver error accounts for about 2.5-3k of those errors usually. Which causes my 5k total events per month to deplete before the whole month is plete. Thus, keeping me out of loop for the exceptions towards the latter half of the month.
There isn't really a stack-trace available to point out where exactly the exception is ing from. (refer attached image)
Does anybody know how to handle the exception ResizeObserver - loop limit exceeded
?
PS - My frontend stack includes BackboneJS with a lot of use of jQuery. (and a bunch of other libraries)
Have been hitting the ResizeObserver - loop limit exceeded
error on my webapp.
From ResizeObserver - loop limit exceeded, I know that the error is harmless. But it still logs into my error/exception tracking on Sentry.
I am currently on a plan that only gives me 5k events per month. Due to very high usage of the webapp (several thousand users), the above ResizeObserver error accounts for about 2.5-3k of those errors usually. Which causes my 5k total events per month to deplete before the whole month is plete. Thus, keeping me out of loop for the exceptions towards the latter half of the month.
There isn't really a stack-trace available to point out where exactly the exception is ing from. (refer attached image)
Does anybody know how to handle the exception ResizeObserver - loop limit exceeded
?
PS - My frontend stack includes BackboneJS with a lot of use of jQuery. (and a bunch of other libraries)
Share Improve this question asked Jan 15, 2021 at 8:24 Karan AsthanaKaran Asthana 3263 silver badges15 bronze badges 1- 1 forum.sentry.io/t/resizeobserver-loop-limit-exceeded/8402/5 – Thomas Commented Jan 15, 2021 at 8:29
2 Answers
Reset to default 3I was in the same situation, only Safari browser reports errors, just ignore it.
ignoreErrors: [
// Ignore Safari browser errors
'ResizeObserver loop limit exceeded'
],
Not throwing only on Safari (Chrome too), but can be safely ignored.
本文标签: javascriptResizeObserver loop limit exceededstop exceptionStack Overflow
版权声明:本文标题:javascript - ResizeObserver loop limit exceeded - stop exception - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744667013a2618593.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论