Captures, enriches, and manages application errors using Sentry to improve debugging and system observability.
This skill empowers Claude to implement robust error tracking and management using the Sentry SDK. It provides standardized patterns for manual exception capturing, context enrichment through user data and tags, and advanced debugging techniques like breadcrumbs and custom fingerprinting. Whether setting up React error boundaries to prevent UI crashes or managing scoped context for isolated operations, this skill ensures developers can maintain high-quality, observable applications with precise, actionable error reporting.
주요 기능
01Manual error and message capture with custom severity levels
02Automatic and manual breadcrumb management for event tracing
03Context enrichment using user profiles, tags, and extra metadata
0439 GitHub stars
05React Error Boundary implementation for frontend stability
06Custom fingerprinting for intelligent error grouping and noise reduction
사용 사례
01Configuring custom error grouping rules to clean up cluttered Sentry dashboards
02Adding granular business context, like order IDs or tenant info, to existing Sentry events
03Implementing comprehensive error tracking in a new React or TypeScript application