Enable Crash Reporting API in Nightly.
Categories
(Core :: DOM: Security, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel, NeedInfo)
References
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
| Assignee | ||
Comment 1•1 month ago
|
||
Updated•13 days ago
|
Comment 4•3 days ago
•
|
||
FF152 MDN docs work for this can be tracked in https://github.com/mdn/content/issues/44297
-
I tested on preview 152 and 153.0a1 (2026-06-01) and the
window.crashReportandCrashReportContextare not defined (I can only see the IDL in the test context https://searchfox.org/firefox-main/source/testing/web-platform/tests/interfaces/crash-reporting.idl).Am I missing something?
-
Are the reporting endpoints supported, as documented in
CrashReportReporting-Endpoints: crash-reporting="https://example.com/reports"and
Reporting-Endpoints: default="https://example.com/reports" -
Does the output match the Crash report format as documented https://developer.mozilla.org/en-US/docs/Web/API/CrashReport#instance_properties
I'm asking because browser compat indicates that crash reports were sent to the endpoints from FF130 in https://github.com/mdn/browser-compat-data/blob/main/http/headers/Reporting-Endpoints.json#L104-L116 - so I am wondering what changed - did the reports just omit the context prior to this release?
-
Is there a way to force a crash to test (in my personal tests scripts I tried allocating all resources etc, but Firefox is remarkably robust).
Description
•