sentry
Installation
SKILL.md
Default output: return only the result, blockers, and required evidence. Omit preambles, process narration, repeated context, confidence scores, and follow-up offers. Use at most five bullets unless a required artifact or schema needs more.
Sentry Operations
Current Versions (Verify Before Use)
Check the Sentry SDK releases for your platform. SDKs follow semver independently.
Core Principles
- Instrument before you need it. Sentry is most valuable when it's already running before an incident.
- Alert on new issues, not total volume. A spike in errors you've already seen is less actionable than a new error type.
- Breadcrumbs tell the story. Good instrumentation includes HTTP requests, state transitions, and user actions leading to the error.
- Performance is part of observability. Enable distributed tracing to connect frontend errors to backend root causes.