🟢 Node.js  ·  Available

Error Tracking for Node.js

Capture, group, and fix errors in your Node.js application. Set up in minutes with automatic exception capture, smart grouping, and instant Slack alerts.

Add Wevitos to your Node.js project

Install the SDK, add your API key, and errors flow into your dashboard automatically.

🟢

Installation

npm install wevitos
index.js
const wevitos = require('wevitos'); wevitos.init({     apiKey: 'wvt_...', }); process.on('uncaughtException', (err) => {     wevitos.notify(err); }); process.on('unhandledRejection', (reason) => {     wevitos.notify(reason); });

What you get with Node.js

Uncaught exception handling

Unhandled promise rejection capture

Full stack traces with source maps

Custom metadata support

Smart error grouping — thousands of events become one actionable issue

Slack & email alerts with progressive throttling

AI-native MCP server — let Claude Code and Cursor fix bugs directly

More Node.js integrations

🟢 Express ▲ Next.js 💚 Nuxt.js
View all supported stacks

Start tracking Node.js errors today

Set up error tracking in under 2 minutes. No credit card required.