chokus-alert
v1.0.3
Published
A lightning-fast, professional HTML error alerting middleware for Node.js and Express.
Maintainers
Readme
🚨 Chokus Alert
Chokus Alert is a lightning-fast, highly reliable error monitoring middleware for Node.js and Express. It automatically catches unhandled exceptions, promise rejections, and route crashes, then emails a beautifully formatted HTML crash report directly to your development team.
✨ Key Features
- ⚡ Zero Bottlenecks: Offloads email sending so your Express API responses are never delayed.
- 🛡️ Built-in Anti-Spam (Throttling): Prevents email flooding. If an infinite loop causes 1,000 identical errors, your team receives exactly one email.
- 👔 Professional HTML Reports: Includes the exact issue, HTTP method, route, user-agent, precise code location, and formatted stack trace.
- 🌍 Global Catching: Optionally hooks into
uncaughtExceptionandunhandledRejectionto catch errors outside of your Express routes.
📦 Installation
npm install chokus-alert