gs-santry-observability
Installation
SKILL.md
Sentry Observability (Clean Architecture)
Layer-Specific Logging
| Layer | What to Log | Sentry Feature |
|---|---|---|
| Domain | Entity validation failures | Exception with tags |
| Application | Use Case execution, timing | Transaction spans |
| Infrastructure | Repository operations, DB timing | Child spans |
| Presentation | Action errors, user context | Breadcrumbs + user |
Installation
npm install @sentry/nextjs
npx @sentry/wizard@latest -i nextjs