Bookmarks

Chrome Developers: Monitor your web application with the Reporting API

Fairly broad intro the Reporting API that is built into browsers, which is mostly focused on Content-Security-Policy violations, but has a bit of detail on crash reporting that I wasn't aware was possible. The crash reporting is probably worth investigating, as these can be difficult to debug. Just not very clear what data is sent in a crash report, nor how to reproduce a crash for testing purposes.