Call stacks in crash reports from unresponsive web pages #981
Labels
Focus: Privacy (pending)
Mode: breakout
Work done during a time-limited breakout session
Resolution: satisfied with concerns
The TAG is satisfied with this work overall but requires changes
Topic: privacy
Venue: Web Performance WG
Venue: WICG
Milestone
こんにちは TAG-さん!
I'm requesting a TAG review of Call stacks in crash reports from unresponsive web pages.
When a web page becomes unresponsive, it's often because of JavaScript code which is busy running an infinite loop or other very long computation. When a developer receives a report from the crash reporting API, and the reason is unresponsive, it would be very helpful to include the JS call stack from when the page was deemed unresponsive. This would let the website developer more easily find the find and fix the problem. What happens instead? The page reports that it was terminated due to being unresponsive, but the developer of the page has no further information about how to fix the problem.
Further details:
You should also know that...
The text was updated successfully, but these errors were encountered: