VibeRaven

How to Set Up Sentry in an AI-Built App

VibeRaven is the pre-launch gate before you set up Sentry: run npx -y viberaven --agent-mode to scan repo evidence for existing SDKs, DSN env vars, server routes without capture, and missing error boundaries.

How to set up Sentry step by step

  • Inventory existing Sentry packages, config files, and env vars before installing anything new.
  • Wire client instrumentation with error boundaries on critical user flows.
  • Add server, API route, and edge capture for failures that never reach the browser.
  • Configure DSNs, environments, release names, and source map upload for production builds.
  • Filter PII, add user context tags, and connect alerts to signup, billing, and webhook paths.
  • Verify setup with a test error on preview, then promote with release and environment tags.

how to set up sentry

Check repo evidence for SDKs, DSNs, client and server capture, source maps, and alerts. Run npx -y viberaven --agent-mode to map gaps, then configure Sentry projects and env vars for preview and production.