From 363215773d9fe6e87c27210d7325bdd753a0898a Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Tue, 14 Apr 2026 09:18:31 +0100 Subject: [PATCH 1/3] Chrome 145 Crashing reporting, crash report type --- api/ReportingObserver.json | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/api/ReportingObserver.json b/api/ReportingObserver.json index d2fdf434932e66..47d307218e1a3f 100644 --- a/api/ReportingObserver.json +++ b/api/ReportingObserver.json @@ -104,7 +104,7 @@ }, "types_property": { "__compat": { - "description": "`types_property` property", + "description": "`types` property", "tags": [ "web-features:reporting" ], @@ -170,6 +170,41 @@ } } }, + "crash": { + "__compat": { + "description": "`crash` report", + "spec_url": "https://wicg.github.io/crash-reporting/#crash-reports:~:text=Crash%20reports%20have%20the%20report%20type%20%22crash%22%2E", + "tags": [ + "web-features:reporting" + ], + "support": { + "chrome": { + "version_added": "145" + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": false + }, + "firefox_android": "mirror", + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": false + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": true, + "standard_track": true, + "deprecated": false + } + } + }, "csp-violation": { "__compat": { "description": "`csp-violation` report", From 1d7b03146c60b3bb0c2541bd9f719b796a766689 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Mon, 20 Apr 2026 12:15:43 +0100 Subject: [PATCH 2/3] Add explanatory note --- api/ReportingObserver.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/ReportingObserver.json b/api/ReportingObserver.json index 47d307218e1a3f..36bee9817495b1 100644 --- a/api/ReportingObserver.json +++ b/api/ReportingObserver.json @@ -179,7 +179,8 @@ ], "support": { "chrome": { - "version_added": "145" + "version_added": "145", + "notes": "The `crash` reporting type can be specified in the `types` array, but crash reports are not observed by reporting observers. They can be sent to reporting endpoints." }, "chrome_android": "mirror", "edge": "mirror", From 7de6debfbe49c4882671909df132438926176fc4 Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Mon, 20 Apr 2026 12:17:18 +0100 Subject: [PATCH 3/3] fix typo --- api/ReportingObserver.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/ReportingObserver.json b/api/ReportingObserver.json index 36bee9817495b1..9bd0a32521e2cf 100644 --- a/api/ReportingObserver.json +++ b/api/ReportingObserver.json @@ -180,7 +180,7 @@ "support": { "chrome": { "version_added": "145", - "notes": "The `crash` reporting type can be specified in the `types` array, but crash reports are not observed by reporting observers. They can be sent to reporting endpoints." + "notes": "The `crash` report type can be specified in the `types` array, but crash reports are not observed by reporting observers. They can be sent to reporting endpoints." }, "chrome_android": "mirror", "edge": "mirror",