docs(observability): documenta a integração Sentry + health check#65
Merged
Conversation
johnlaff
force-pushed
the
docs/observability
branch
from
July 10, 2026 21:12
b43ab8d to
ed0b4aa
Compare
Cobre a nova observabilidade (PR #64) em toda a documentacao viva: - docs/adr/0006-observabilidade-sentry.md: ADR novo com contexto (o 500 do clock-out invisivel), decisao (Sentry server+client, tunnel /monitoring, source maps por SHA, sendDefaultPii false, hour-bank reportando, /api/health + healthCheckPath), consequencias e alternativas (Datadog/App Insights/self-host). - AGENTS.md: secao Observabilidade com as regras operacionais (init, tunnel na allowlist do proxy, catches silenciosos reportando, connection() no health). - README.md: feature de observabilidade + Sentry na linha de infra; alt do diagrama enriquecido (a11y: via <img> o aria-label interno nao e lido). - docs/assets/architecture.svg: caixa Observabilidade (Sentry via tunnel + /api/health) abaixo do app, seta de source maps CI->Sentry, legenda das setas, contraste AA, geometria alinhada e fallback de presentation attributes. - supabase-security-checklist.md: DSN publico vs SENTRY_AUTH_TOKEN segredo.
johnlaff
force-pushed
the
docs/observability
branch
from
July 10, 2026 21:31
ed0b4aa to
265fabb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
O quê e por quê
Complementa o PR #64 (integração do Sentry) cobrindo a nova observabilidade em toda a documentação viva — para que o próximo leitor (humano ou agente) saiba que ela existe e como operá-la.
Mudança
docs/adr/0006-observabilidade-sentry.md/monitoring, source maps por SHA,sendDefaultPii:false, hour-bank reportando,/api/health+healthCheckPath), consequências e alternativas (Datadog / App Insights / self-host)AGENTS.mdapi/health+monitoringna allowlist do proxy, catches silenciosos reportando,connection()no healthREADME.mddocs/supabase-security-checklist.mdSENTRY_AUTH_TOKENsegredoContexto: validado em produção
A integração (#64) já está no ar e o teste ponta a ponta passou: um erro disparado em produção foi capturado pelo SDK client (v10.65.0) e entregue pelo tunnel
/monitoring→ Sentry (200 OK), com o DSN/org/projeto batendo./api/healthresponde 200 emarchtime.app.Como verificar
docs/adr/0006é o registro canônico;AGENTS.mdeREADME.mdapontam pra ele.