As of Firefox 149, we intend to turn on the Reporting API by default.
Summary:The Reporting API provides a generic reporting mechanism for web applications to use to make reports available based on various platform features (for example Content Security Policy, Permissions-Policy, or feature deprecation reports) in a consistent manner.
Reporting API has two features, one where the report gets delivered to a ReportingObserver in JS code and one where the report get serialized and sent to a remote server.
Bugs:Meta bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=1631237Ship bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=1976074Specification: https://w3c.github.io/reporting/- Blink. shipping