demo · v139

Triage Dashboard

If your error backend slurps all browser reports, your on-call gets paged for deprecation warnings at 2am. With v139 you point crash-reporting at a high-priority endpoint and leave default for the noise. Toggle between the old and new setups and watch the noise ratio change.

crash-reporting endpoint (on-call pager)

0
reports
0
false alarms

default endpoint (weekly digest)

0
reports
0
false alarms

the headers

// before v139 — everything goes to default:
Reporting-Endpoints: default="https://reports.example/all"

// v139 — split:
Reporting-Endpoints: default="https://reports.example/all",
                     crash-reporting="https://crash.example/pager"

see also