概要
This skill provides standardized patterns for integrating Sentry v8 into backend projects, focusing on robust error handling and deep performance observability. It enforces a strict policy where all errors must be captured to Sentry, replacing standard console logging with structured error reporting. The skill includes specific implementation guides for controllers, cron jobs, database queries, and asynchronous workflows, providing developers with reusable helpers to maintain high system reliability and quickly diagnose performance bottlenecks like N+1 queries.