Use when a web app or service has Sentry installed and the task is to verify release readiness, source map correctness, environment wiring, or basic issue-triage hygiene before or after shipping. Inventories SDK setup, config files, release markers, and error-boundary coverage, then writes a focused triage plan.
Use this skill when the repo already uses Sentry or is clearly intended to, and the immediate problem is release hygiene rather than a full observability redesign.
This skill focuses on:
It is not a general logging or incident-response skill.
Start with the helper:
skills/sentry-release-triage/scripts/inspect-sentry-surface.sh \
--repo /path/to/project
Use it to identify:
sentry.*.config.* filesVerify that the repo is using Sentry or intends to:
Sentry.init, captureException, ErrorBoundary, or framework setup filesIf none of those exist, stop and say the skill does not apply cleanly yet.
Explicitly check:
Do not treat “Sentry installed” as equivalent to “Sentry usable.”
Flag cases where:
Write a concise plan with:
Default output location:
docs/observability/YYYY-MM-DD-sentry-release-triage.md
Minimum sections:
captureException calls as full integration