Skip to content

Chrome 145 Crashing reporting, crash report type#29475

Open
chrisdavidmills wants to merge 1 commit intomdn:mainfrom
chrisdavidmills:crash-reporting-api
Open

Chrome 145 Crashing reporting, crash report type#29475
chrisdavidmills wants to merge 1 commit intomdn:mainfrom
chrisdavidmills:crash-reporting-api

Conversation

@chrisdavidmills
Copy link
Copy Markdown
Contributor

@chrisdavidmills chrisdavidmills commented Apr 14, 2026

Summary

Chrome 145 adds support for the Crash Reporting API; see https://chromestatus.com/feature/6228675846209536.

Most of the BCD for this API has already been added; however, I wanted to add a data point for the crash report type. The data for the different report types is contained under api.ReportingObserver.ReportingObserver.options_parameter.types_property, so I added it under there. This data is also used as the BCD for each report type dictionary; I'll need it when documenting CrashReportBody.

This is a bit weird, as crash reports aren't observed by reporting observers, but I think you can still specify them as a valid report type in the constructor types list.

Test results and supporting details

Related issues

@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:m [PR only] 25-100 LoC changed labels Apr 14, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

@chrisdavidmills chrisdavidmills requested a review from caugner April 14, 2026 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:m [PR only] 25-100 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants