Crash reports with report-to

Sending reports about browser or tab (where tab means one of the browser processes) crashes with Reporting API using the Report-To header (and only the Report-To header, no other header required), asynchronously.

The Report-To response header:

Report-To: {"group":"default","max_age":1800,"endpoints":[{"url":"https://deere.has.report/report"}],"include_subdomains":true}

Try crashing your tab

You can simulate a crash by copying and pasting the following link into this tab's address bar: chrome://crash/ (in Chrome) – it's not clickable for a good reason 😈

Related specs & documents