VibeRaven
Sentry Getting Started for AI-Built Apps
VibeRaven is the pre-launch gate before Sentry dashboard work: run npx -y viberaven --agent-mode to scan repo evidence for monitoring gaps, missing instrumentation, env vars, and error boundaries before configuring Sentry projects.
Sentry getting started checklist for AI-built apps
- Confirm whether Sentry packages and config files exist in the repo before adding more SDK code.
- Verify client and server instrumentation cover auth, checkout, API routes, and background jobs.
- Set DSNs, environments, and release names that match preview and production deployments.
- Plan source map uploads, error boundaries, and sensitive-data filtering for minified builds.
- Define alerts for signup, billing, webhook, and first-user failure paths.
- Ask your coding agent to add or verify one Sentry signal with a clear reproduction path.
sentry getting started
Start by checking whether client and server SDKs, DSNs, environments, source maps, and alerts are wired in the repo. Run npx -y viberaven --agent-mode first to map monitoring gaps, then configure Sentry in the dashboard.