概要
This skill integrates Sentry v8 into your project to ensure robust error handling and system observability. It provides standardized implementation patterns for controllers, cron jobs, database operations, and asynchronous workflows, enforcing a strict policy where all errors must be captured to Sentry rather than just logged to the console. By utilizing specialized helpers like WorkflowSentryHelper and DatabasePerformanceMonitor, it enables deep visibility into system health, N+1 query detection, and rich error context, allowing developers to maintain high reliability in complex agentic coding environments.