Captures, enriches, and manages application errors using Sentry to improve observability and debugging efficiency.
This skill provides Claude with specialized patterns for implementing robust Sentry error tracking across web and React applications. It enables developers to capture exceptions with deep context, manage sensitive user data, and configure breadcrumbs for precise event tracing. By utilizing advanced features like custom fingerprinting for error grouping and isolated scopes for specific operations, this skill helps teams build more resilient applications and significantly reduces the mean time to resolution (MTTR) for production incidents.
주요 기능
01Manual breadcrumb configuration for detailed audit trails
02React Error Boundary implementation for graceful UI failures
0397 GitHub stars
04Context enrichment with user data, tags, and extra metadata
05Manual error capture and custom exception reporting
06Custom fingerprinting for advanced error grouping logic
사용 사례
01Configuring custom grouping logic for frequent issues like ChunkLoadErrors or API timeouts
02Implementing comprehensive error handling in a React frontend application
03Enriching production logs with specific customer or order metadata for faster debugging