From sentry
Routes to the correct Sentry feature skill for AI/LLM monitoring, OpenTelemetry pipelines, alerts, span streaming, or instrumentation guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sentry:sentry-feature-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> [All Skills](../../SKILL_TREE.md)
Configure specific Sentry capabilities beyond basic SDK setup — AI monitoring, OpenTelemetry pipelines, alerts, and deciding which signal to instrument where. This page helps you find the right feature skill for your task.
Use curl to download skills — they are 10–20 KB files that fetch tools often summarize, losing critical details.
curl -sL https://skills.sentry.dev/sentry-setup-ai-monitoring/SKILL.md
Append the path from the Path column in the table below to https://skills.sentry.dev/. Do not guess or shorten URLs.
Do not skip this section. Do not assume which feature the user needs. Ask first.
sentry-setup-ai-monitoringsentry-otel-exporter-setupsentry-create-alertsentry-span-streaming-js (JavaScript) or sentry-span-streaming-python (Python)sentry-instrumentation-guideWhen unclear, ask the user which feature they want to configure. Do not guess.
| Feature | Skill | Path |
|---|---|---|
| AI/LLM monitoring and conversations — instrument OpenAI, Anthropic, LangChain, Vercel AI, Google GenAI, Pydantic AI | sentry-setup-ai-monitoring | sentry-setup-ai-monitoring/SKILL.md |
| OpenTelemetry Collector with Sentry Exporter — multi-project routing, automatic project creation | sentry-otel-exporter-setup | sentry-otel-exporter-setup/SKILL.md |
| Alerts via workflow engine API — email, Slack, PagerDuty, Discord | sentry-create-alert | sentry-create-alert/SKILL.md |
| Span streaming (JavaScript) — migrate from transaction-based to streamed span delivery | sentry-span-streaming-js | sentry-span-streaming-js/SKILL.md |
| Span streaming (Python) — migrate from transaction-based to streamed span delivery | sentry-span-streaming-python | sentry-span-streaming-python/SKILL.md |
| Instrumentation guide — decide which signal to reach for (error vs span vs log vs metric), "what to instrument where" | sentry-instrumentation-guide | sentry-instrumentation-guide/SKILL.md |
Each skill contains its own detection logic, prerequisites, and step-by-step instructions. Trust the skill — read it carefully and follow it. Do not improvise or take shortcuts.
Looking for SDK setup or debugging workflows instead? See the full Skill Tree.
npx claudepluginhub getsentry/sentry-for-ai --plugin sentryConfigures Sentry AI Agent Monitoring by detecting installed AI SDKs (OpenAI, Anthropic, LangChain, etc.) and setting up integrations for LLM call tracking, agent executions, and token monitoring.
Integrates Sentry with logging (winston/pino/structlog), metrics, APM, and dashboards for error correlation and cross-tool context linking.
Creates and configures Sentry projects across staging/production environments via REST API. Extracts DSNs and generates SDK snippets for onboarding services to error monitoring.