Sentry Local Dev Loop
Prerequisites
-
Sentry SDK installed
-
Development environment set up
-
Separate Sentry project for development (recommended)
See ${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
-
Environment-aware Sentry configuration
-
Debug logging enabled for development
-
Separate project/DSN for development events
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 Environment Config
-
Sentry Debug Mode
Overview
Execute set up local development workflow with Sentry.
Instructions
-
Assess the current state of the testing 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