WICG / crash-reporting

Crash reporting (from Web Perf WG)
https://wicg.github.io/crash-reporting/
Other
8 stars 7 forks source link

Adding support for additional context / dimensions in the crash report #14

Open nicholaschen opened 1 month ago

nicholaschen commented 1 month ago

The current web reporting payload contains context from the client at time of the crash. additional contextual information would help with debugging, primarily:

Other nice-to-have context information:

clelland commented 1 month ago

I think that background/foreground status is certainly possible. JS stack traces are being tracked in #12, and should at least be included in "unresponsive" reports.

Memory and number-of-shared-pages may have privacy issues, and I'm not sure that we can include those. Especially for browsers without full site/process isolation, this could easily leak information about a user's activity on unrelated websites.