What problem does it solve?
Implementing robust error handling and integrating monitoring tools like Sentry can be complex, leading to missed errors or poor debugging experiences. This Skill provides expert guidance on error management, saving you time and improving system reliability.
Core Features & Use Cases
- Error Handling Analysis: Reviews try-catch patterns, identifies missing error boundaries, and suggests effective error recovery strategies.
- Sentry Integration Guidance: Recommends Sentry SDK setup, appropriate
captureException() placements, context enrichment, and filtering strategies.
- Monitoring Strategy: Helps design comprehensive error monitoring, categorization, and alerting dashboards tailored to your project's needs.
- Use Case: If you're struggling with uncaught promise rejections in your Express routes, this Skill can analyze your code, identify the issues, and provide specific code examples for implementing
asyncHandler wrappers with Sentry integration.
Quick Start
Analyze the error handling in src/api/auth.js and suggest improvements for Sentry integration.