errorcore
Dashboard

Dashboard

The errorcore dashboard is a built-in web interface for browsing error packages stored in NDJSON files. It runs locally on your machine or on a server and gives you a searchable, filterable view of every captured incident without requiring an external service.

Launch it with the CLI:

start the dashboard
npx errorcore ui

The dashboard opens at http://localhost:4400 and reads from the NDJSON file defined in your transport config or dead-letter path.

On this page