---
name: sentry-local-dev-loop
description: |
Execute set up local development workflow with Sentry.
Use when configuring Sentry for development environments,
setting up debug mode, or testing error capture locally.
Trigger with phrases like "sentry local dev", "sentry development",
"debug sentry", "sentry dev environment".
allowed-tools: Read, Write, Edit, Bash(npm:*), Grep
version: 1.0.0
license: MIT
author: Jeremy Longshore <[email protected]>
---
# Sentry Local Dev Loop
## Prerequisites
- Sentry SDK installed
- Development environment set up
- Separate Sentry project for development (recommended)
See `{baseDir}/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 `{baseDir}/references/errors.md` for comprehensive error handling.
## Examples
See `{baseDir}/references/examples.md` for detailed examples.
## Resources
- [Sentry Environment Config](https://docs.sentry.io/platforms/javascript/configuration/environments/)
- [Sentry Debug Mode](https://docs.sentry.io/platforms/javascript/configuration/options/#debug)