Error Logger & Viewer: A Tiny SPA for JS Errors

This title was summarized by AI from the post below.

Error Logger & Viewer — tiny SPA for tracking JS errors TL;DR: Tiny SPA to capture and group browser JS errors — filters, charts, demo and server modes. Try the "Create test error" button on the demo: https://lnkd.in/gNGCFMj2 Why I built it What happens when a small idea turns into a few months of late‑night debugging? I wanted a lightweight tool that helps developers see runtime problems quickly, group similar errors, and track fix progress. The app runs in two modes: demo (localStorage) for quick tests and server (Node.js + Express + LowDB) for persistent storage. What it does Captures global JS errors (window.onerror, onunhandledrejection), resource load errors, and fetch failures. Groups and deduplicates errors by message/stack to reduce noise. Searchable, sortable error table with status tracking (new / in progress / fixed / ignored) and comments. Charts for error dynamics (day/week/month), visual filters and quick actions. Supports light/dark themes and i18n (EN/RU). Accessibility features: ARIA labels and keybo https://lnkd.in/gQhYFmgq

To view or add a comment, sign in

Explore content categories