
Sentry Feature Setup
Route an agent to the right Sentry feature skill for AI LLM tracing, OpenTelemetry export, or alert workflows instead of guessing SDK snippets.
Install
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-feature-setupWhat is this skill?
- Router skill: read Start Here before picking AI monitoring, OTel, or alerts
- Maps AI/LLM SDKs to sentry-setup-ai-monitoring child skill
- Maps OpenTelemetry Collector routing to sentry-otel-exporter-setup
- Maps Slack, PagerDuty, Discord alerts to sentry-create-alert
- Instructs curl fetch of full SKILL.md from skills.sentry.dev to avoid truncated tool summaries
Adoption & trust: 1.6k installs on skills.sh; 197 GitHub stars; 2/3 security scanners passed (skills.sh audits).
Recommended Skills
Azure Kubernetesmicrosoft/azure-skills
Github Actions Docsxixu-me/skills
Deploy To Vercelvercel-labs/agent-skills
Vercel Cli With Tokensvercel-labs/agent-skills
Turborepovercel/turborepo
Docker Expertsickn33/antigravity-awesome-skills
Journey fit
Primary fit
Ongoing observability configuration sits in Operate, yet the same router applies when first instrumenting during Ship or hardening AI features in Build. Child paths cover monitoring pipelines, alerts, and telemetry routing—core production signal setup.
Common Questions / FAQ
Is Sentry Feature Setup safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Sentry Feature Setup
> [All Skills](../../SKILL_TREE.md) # Sentry Feature Setup 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. ## How to Fetch Skills 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. ## Start Here — Read This Before Doing Anything **Do not skip this section.** Do not assume which feature the user needs. Ask first. 1. If the user mentions **AI monitoring, LLM tracing, conversations, or instrumenting an AI SDK** (OpenAI, Anthropic, LangChain, Vercel AI, Google GenAI, Pydantic AI) → `sentry-setup-ai-monitoring` 2. If the user mentions **OpenTelemetry, OTel Collector, or multi-service telemetry routing** → `sentry-otel-exporter-setup` 3. If the user mentions **alerts, notifications, on-call, Slack/PagerDuty/Discord integration, or workflow rules** → `sentry-create-alert` 4. If the user mentions **span streaming, traceLifecycle, spanStreamingIntegration, or switching from transactions to streamed spans** → `sentry-span-streaming` 5. If the user is unsure **which signal to use** — log vs span vs metric, "what to instrument where", or how to choose between errors, traces, logs, and metrics → `sentry-instrumentation-guide` When unclear, **ask the user** which feature they want to configure. Do not guess. --- ## Feature Skills | 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) | `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) | `sentry-otel-exporter-setup/SKILL.md` | | Alerts via workflow engine API — email, Slack, PagerDuty, Discord | [`sentry-create-alert`](../sentry-create-alert/SKILL.md) | `sentry-create-alert/SKILL.md` | | Span streaming — migrate from transaction-based to streamed span delivery | [`sentry-span-streaming`](../sentry-span-streaming/SKILL.md) | `sentry-span-streaming/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) | `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](../../SKILL_TREE.md).