$npx -y skills add getsentry/sentry-for-ai --skill sentry-feature-setupConfigure specific Sentry features beyond basic SDK setup. Use when asked to monitor AI/LLM calls, set up OpenTelemetry pipelines, create alerts and notifications, or set up Sentry Snapshots.
| 1 | > [All Skills](../../SKILL_TREE.md) |
| 2 | |
| 3 | # Sentry Feature Setup |
| 4 | |
| 5 | Configure specific Sentry capabilities beyond basic SDK setup — AI monitoring, OpenTelemetry pipelines, alerts, and Sentry Snapshots. This page helps you find the right feature skill for your task. |
| 6 | |
| 7 | ## Start Here — Read This Before Doing Anything |
| 8 | |
| 9 | **Do not skip this section.** Do not assume which feature the user needs. Ask first. |
| 10 | |
| 11 | 1. If the user mentions **AI monitoring, LLM tracing, conversations, or instrumenting an AI SDK** (OpenAI, Anthropic, LangChain, Vercel AI, Google GenAI, Pydantic AI, Laravel AI) → `sentry-setup-ai-monitoring` |
| 12 | 2. If the user mentions **OpenTelemetry, OTel Collector, or multi-service telemetry routing** → `sentry-otel-exporter-setup` |
| 13 | 3. If the user mentions **alerts, notifications, on-call, Slack/PagerDuty/Discord integration, or workflow rules** → `sentry-create-alert` |
| 14 | 4. If the user mentions **Apple/Cocoa snapshot testing or Sentry Snapshots for Apple platforms** — SnapshotPreviews, Apple Snapshots, Cocoa snapshots, Xcode snapshot testing, Swift previews for Sentry Snapshots, iOS, macOS, tvOS, watchOS, or visionOS → `sentry-snapshots-cocoa`. |
| 15 | |
| 16 | When unclear, **ask the user** which feature they want to configure. Do not guess. |
| 17 | |
| 18 | > Instrumenting a signal (tracing/spans, logging, metrics, span streaming, or deciding what to emit) is now part of the standalone `sentry-instrument` skill. |
| 19 | |
| 20 | --- |
| 21 | |
| 22 | ## Feature Skills |
| 23 | |
| 24 | | Feature | Skill | |
| 25 | |---|---| |
| 26 | | AI/LLM monitoring and conversations — instrument OpenAI, Anthropic, LangChain, Vercel AI, Google GenAI, Pydantic AI, Laravel AI | [`sentry-setup-ai-monitoring`](../sentry-setup-ai-monitoring/SKILL.md) | |
| 27 | | Sentry Snapshots for Apple/Cocoa — upload Apple snapshot images to Sentry; prefer SnapshotPreviews when Swift previews exist | [`sentry-snapshots-cocoa`](../sentry-snapshots-cocoa/SKILL.md) | |
| 28 | | OpenTelemetry Collector with Sentry Exporter — multi-project routing, automatic project creation | [`sentry-otel-exporter-setup`](../sentry-otel-exporter-setup/SKILL.md) | |
| 29 | | Alerts via workflow engine API — email, Slack, PagerDuty, Discord | [`sentry-create-alert`](../sentry-create-alert/SKILL.md) | |
| 30 | |
| 31 | 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. |
| 32 | |
| 33 | --- |
| 34 | |
| 35 | Looking for SDK setup or debugging workflows instead? See the [full Skill Tree](../../SKILL_TREE.md). |