What problem does it solve? Production systems often lack visibility into failures, making it hard to detect, group, and resolve errors before users are impacted. This Skill guides the implementation of comprehensive error monitoring so teams can identify and triage issues quickly. ## Core Features & Use Cases - Error Tracking Integration: Set up Sentry or custom error tracking services with fingerprinting, sampling, and sensitive-data sanitization. - Structured Logging & Alerting: Implement JSON structured logging with Winston/Elasticsearch and configure severity-based alert rules routed to Slack or PagerDuty. - Error Grouping & Recovery: Deduplicate errors via normalized fingerprinting and fuzzy matching, plus automatic recovery with retry and circuit breaker strategies. - Use Case: A backend team notices recurring production crashes with no clear pattern. Use this Skill to analyze the codebase's error handling, integrate Sentry with custom fingerprinting, and configure alert rules so similar errors are grouped and the on-call engineer is notified within minutes. ## Quick Start Ask the assistant to analyze the current project's error handling and set up error tracking with structured logging and alert rules.