What problem does it solve?
Sentry-errors provides a detection-first approach to implementing Sentry error tracking and performance monitoring for Next.js App Router apps. It detects whether Sentry is already installed and configured, and if not, guides through a wizard-based setup or a manual installation that covers client, server, and edge runtimes, including source map uploads and PII scrubbing.
Core Features & Use Cases
- Detection-first: detects existing installation and adapts the workflow to avoid rework.
- Wizard-based setup: creates client/server/edge config files and patches Next.js config as needed.
- Manual install path: offers step-by-step instructions for a hands-on configuration when automation is not desired.
- Security & compliance: ensures PII scrubbing guidelines and safe handling of DSNs in the project.
- Edge-runtime support: includes configuration for app edge environments.
Quick Start
Detect an existing Sentry setup and install/configure the appropriate client/server/edge integration for Next.js apps.