626 B
626 B
Sentry as a Product (Shipped)
Note: This spec was implemented in May 2026.
Architecture
- Sentry is automatically provisioned for every new project (
lib/integrations/sentry.ts). - Environment variables (
NEXT_PUBLIC_SENTRY_DSNandSENTRY_AUTH_TOKEN) are injected into the Coolify app. - The AI has access to
project_recent_errors,project_error_detail, andproject_error_resolveMCP tools to automatically read, diagnose, and fix exceptions directly from the Sentry API. - If unhandled exceptions are firing, the AI is prompted at the start of a conversation to address them (
app/api/chat/route.ts).