Execute advanced error capture and context enrichment with Sentry. Use when implementing detailed error tracking, adding context, or customizing error capture behavior. Trigger with phrases like "sentry error capture", "sentry context", "enrich sentry errors", "sentry exception handling".
View on GitHubjeremylongshore/claude-code-plugins-plus-skills
sentry-pack
plugins/saas-packs/sentry-pack/skills/sentry-error-capture/SKILL.md
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/jeremylongshore/claude-code-plugins-plus-skills/blob/main/plugins/saas-packs/sentry-pack/skills/sentry-error-capture/SKILL.md -a claude-code --skill sentry-error-captureInstallation paths:
.claude/skills/sentry-error-capture/# Sentry Error Capture
## Prerequisites
- Sentry SDK installed and configured
- Understanding of error handling
- Application logging infrastructure
See `{baseDir}/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 `{baseDir}/references/errors.md` for comprehensive error handling.
## Examples
See `{baseDir}/references/examples.md` for detailed examples.
## Resources
- [Sentry Enriching Events](https://docs.sentry.io/platforms/javascript/enriching-events/)
- [Sentry Scopes](https://docs.sentry.io/platforms/javascript/enriching-events/scopes/)