What problem does it solve?
This Skill ensures every error and performance issue across controllers, workflows, cron jobs, and database queries is captured in Sentry v8 so nothing slips through unnoticed.
Core Features & Use Cases
- Controller and route guards enforce BaseController and helper-based Sentry capture so exceptions never rely on console.error alone.
- Workflow, cron job, and database instrumentation define mandatory span tracing patterns with context tags, sampling configuration, and error capture helpers.
- Team-wide observability tracks Form and Email services with shared configuration, test endpoints, and integration checklists to keep releases compliant.
Quick Start
Apply the error-tracking patterns by importing instrument.ts first, wrapping operations with WorkflowSentryHelper or Sentry spans, and tagging each error path with the required context.