Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The crashReport read-only property of the Window interface returns a CrashReportContext object that enables arbitrary data to be recorded for the current top-level browsing context. The data is then included in CrashReport objects that are sent to a reporting endpoint when a browser crash occurs.
A CrashReportContext object instance.
See the CrashReportContext reference pages for examples.