All Skills
Sentry Feature Setup
Configure specific Sentry capabilities beyond basic SDK setup — AI monitoring, OpenTelemetry pipelines, and alerts. 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.
- If the user mentions AI monitoring, LLM tracing, or instrumenting an AI SDK (OpenAI, Anthropic, LangChain, Vercel AI, Google GenAI, Pydantic AI) →
sentry-setup-ai-monitoring
- If the user mentions OpenTelemetry, OTel Collector, or multi-service telemetry routing →
sentry-otel-exporter-setup
- If the user mentions alerts, notifications, on-call, Slack/PagerDuty/Discord integration, or workflow rules →
sentry-create-alert
When unclear, ask the user which feature they want to configure. Do not guess.
Feature Skills
| Feature |
Skill |
Path |
| AI/LLM monitoring — 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 |
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.
1---2name: sentry-feature-setup3description: Configure specific Sentry features beyond basic SDK setup. Use when asked to monitor AI/LLM calls, set up OpenTelemetry pipelines, or create alerts and notifications.4license: Apache-2.05---67> [All Skills](../../SKILL_TREE.md)89# Sentry Feature Setup1011Configure specific Sentry capabilities beyond basic SDK setup — AI monitoring, OpenTelemetry pipelines, and alerts. This page helps you find the right feature skill for your task.1213## How to Fetch Skills1415Use `curl` to download skills — they are 10–20 KB files that fetch tools often summarize, losing critical details.1617 curl -sL https://skills.sentry.dev/sentry-setup-ai-monitoring/SKILL.md1819Append the path from the `Path` column in the table below to `https://skills.sentry.dev/`. Do not guess or shorten URLs.2021## Start Here — Read This Before Doing Anything2223**Do not skip this section.** Do not assume which feature the user needs. Ask first.24251. If the user mentions **AI monitoring, LLM tracing, or instrumenting an AI SDK** (OpenAI, Anthropic, LangChain, Vercel AI, Google GenAI, Pydantic AI) → `sentry-setup-ai-monitoring`262. If the user mentions **OpenTelemetry, OTel Collector, or multi-service telemetry routing** → `sentry-otel-exporter-setup`273. If the user mentions **alerts, notifications, on-call, Slack/PagerDuty/Discord integration, or workflow rules** → `sentry-create-alert`2829When unclear, **ask the user** which feature they want to configure. Do not guess.3031---3233## Feature Skills3435| Feature | Skill | Path |36|---|---|---|37| AI/LLM monitoring — 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` |38| 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` |39| Alerts via workflow engine API — email, Slack, PagerDuty, Discord | [`sentry-create-alert`](../sentry-create-alert/SKILL.md) | `sentry-create-alert/SKILL.md` |4041Each 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.4243---4445Looking for SDK setup or debugging workflows instead? See the [full Skill Tree](../../SKILL_TREE.md).