bygetsentry· 104 skills
Decide which Sentry signal to reach for when instrumenting code — error, span, span attribute, log, or metric. Use when adding instrumentation and unsure whether something should be a log vs a span vs a metric, when deciding "what to instrument where", when reviewing instrumentation for gaps, or when a coding agent needs a rule for choosing between errors, traces, logs, and metrics. This skill decides WHAT to emit; the sentry-*-sdk skills handle HOW to set each pillar up.
$npx -y skills add getsentry/sentry-for-ai --skill sentry-instrumentation-guideInstalls into the current project.
Run `npx skills use "https://github.com/getsentry/sentry-for-ai" --skill "getsentry/sentry-for-ai/sentry-instrumentation-guide"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/getsentry/sentry-for-ai" that are relevant to the current task. Run `npx skills add "https://github.com/getsentry/sentry-for-ai"` and select the relevant skills, then follow their instructions.