Why Use This
This skill provides specialized capabilities for jeremylongshore's codebase.
Use Cases
- Developing new features in the jeremylongshore repository
- Refactoring existing code to follow jeremylongshore standards
- Understanding and working with jeremylongshore's codebase structure
Skill Snapshot
Auto scan of skill assets. Informational only.
Valid SKILL.md
Checks against SKILL.md specification
Source & Community
Updated At Jan 11, 2026, 10:30 PM
Skill Stats
SKILL.md 41 Lines
Total Files 1
Total Size 0 B
License MIT
---
name: sentry-error-capture
description: |
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".
allowed-tools: Read, Write, Edit, Grep
version: 1.0.0
license: MIT
author: Jeremy Longshore <jeremy@intentsolutions.io>
---
# 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/)