How to install sentry-feature-setup
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-feature-setupFull instructions (SKILL.md)
Source of truth, from getsentry/sentry-for-ai.
name: sentry-feature-setup description: Configure specific Sentry features beyond basic SDK setup. Use when asked to monitor AI/LLM calls, set up OpenTelemetry pipelines, create alerts and notifications, or enable span streaming. license: Apache-2.0 role: router
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.
- 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 - 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 - If the user mentions span streaming, traceLifecycle, trace_lifecycle, spanStreamingIntegration, or switching from transactions to streamed spans →
sentry-span-streaming-js(JavaScript),sentry-span-streaming-python(Python), orsentry-span-streaming-dart(Dart/Flutter) - 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 |
| 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 |
| Span streaming (Dart/Flutter) — migrate from transaction-based to streamed span delivery | sentry-span-streaming-dart | sentry-span-streaming-dart/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.
Related skills
More from getsentry/sentry-for-ai and the wider catalog.
sentry-fix-issues
Find and fix issues from Sentry using MCP. Use when asked to fix Sentry errors, debug production issues, investigate exceptions, or resolve bugs reported in Sentry. Methodically analyzes stack traces, breadcrumbs, traces, and context to identify root causes.
sentry-react-native-sdk
Full Sentry SDK setup for React Native and Expo. Use when asked to "add Sentry to React Native", "install @sentry/react-native", "setup Sentry in Expo", or configure error monitoring, tracing, profiling, session replay, or logging for React Native applications. Supports Expo managed, Expo bare, and vanilla React Native.
sentry-workflow
Fix production issues and review code with Sentry context. Use when asked to fix Sentry errors, debug issues, triage exceptions, review PR comments from Sentry, or resolve bugs.
sentry-nextjs-sdk
Full Sentry SDK setup for Next.js. Use when asked to "add Sentry to Next.js", "install @sentry/nextjs", or configure error monitoring, tracing, session replay, logging, profiling, AI monitoring, or crons for Next.js applications. Supports Next.js 13+ with App Router and Pages Router.
sentry-sdk-setup
Set up Sentry in any language or framework. Detects the user's platform and loads the right SDK skill. Use when asked to add Sentry, install an SDK, or set up error monitoring in a project.
sentry-create-alert
Create Sentry alerts using the workflow engine API. Use when asked to create alerts, set up notifications, configure issue priority alerts, or build workflow automations. Supports email, Slack, PagerDuty, Discord, and other notification actions.