Documentation Index
Fetch the complete documentation index at: https://orbit-docs.devotel.io/llms.txt
Use this file to discover all available pages before exploring further.
ADR-012: Single Sentry project for all services
Status: CURRENT Date: 2026-05-16Context
Eight services (api, admin, web, landing, statuspage, agent-runtime, voice-gateway, webhook-worker) plus mobile and the SDK. Per-service Sentry projects would mean N × alert config, N × dashboard, N × issue triage queue.Decision
Single Sentry project. Org slugdevotel-main, project ID 4511088456302592, all services tagged in. Filter expected client errors (Clerk redirects, validation 422s) at SDK level.
Reason
Claude is responsible for everything; per-service split adds operational overhead with no benefit when one human (Claude) reads all alerts. Post-launch the project can be split if a team grows.Consequences
- Pre-call Sentry tags (
llm.tenant_id,llm.surface,llm.model) carry the service discrimination. - Single auth-token and DSN set.
- [[provider_sentry]] is the single inventory.
- Locked 2026-05-14 per
known_issues.md.
Source memos
known_issues.md§ Single Sentry project- [[reference_sentry]]
- [[provider_sentry]]
- [[feedback_sentry_autonomous_detection]]