Sentry Error Capture
Prerequisites
-
Sentry SDK installed and configured
-
Understanding of error handling
-
Application logging infrastructure
See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
-
Errors with full context in Sentry dashboard
-
Filterable tags for issue management
-
User attribution for error tracking
Error Handling
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.
Resources
-
Sentry Enriching Events
-
Sentry Scopes
Overview
Execute advanced error capture and context enrichment with Sentry.
Instructions
-
Assess the current state of the Sentry Error Capture configuration
-
Identify the specific requirements and constraints
-
Apply the recommended patterns from this skill
-
Validate the changes against expected behavior
-
Document the configuration for team reference