▲ Node.js  ·  Available

Error Tracking for Next.js

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

Add Wevitos to your Next.js project

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

Installation

npm install wevitos
pages/_error.js
const wevitos = require('wevitos'); wevitos.init({ apiKey: 'wvt_...' }); export default function Error({ statusCode }) {     return <p>{statusCode} error</p>; } Error.getInitialProps = ({ err }) => {     if (err) wevitos.notify(err); };

What you get with Next.js

Server-side error capture

API route error handling

getServerSideProps error tracking

Custom _error.js integration

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 🟢 Node.js 💚 Nuxt.js
View all supported stacks

Start tracking Next.js errors today

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