demo · v139

Reporting-Endpoints Builder

Route crash reports to a dedicated endpoint, separate from deprecations, interventions, and CSP reports. Configure two endpoints, then simulate report delivery to see which ones land where.

http headers (set by your server)

endpoint delivery

crashes → crashes endpoint only. other reports → default.

CRASHES ENDPOINT

DEFAULT ENDPOINT

the headers

Reporting-Endpoints: crashes="https://crashes.example/v1",
                     default="https://reports.example/v1"
Document-Policy: crash-reporting=*

see also