demo · v139
Reporting-Endpoints Header Builder
Configure named endpoints, including the new crash-reporting token, and watch a simulated mix of reports route to the correct receiver. The header serializer, the routing logic, and the resulting endpoint inboxes are all live.
endpoints
live routing
default inbox
crash-reporting inbox
csp-endpoint inbox
deprecation inbox
not delivered
routing status
generated header
routing rules
- Before v139: crash reports always went to
default, mixed with deprecation, intervention, CSP, and document-policy reports. - v139+: declare a
crash-reportingendpoint and Chrome routes only crash reports there. Ifexclude-defaultis checked, crashes are also not mirrored to the default endpoint — your crash intake pipeline now has a clean stream. - Any report type without a matching named endpoint still falls through to
default.