Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
getsentry avatar

Sentry Feature Setup

  • 2.7k installs
  • 243 repo stars
  • Updated July 27, 2026
  • getsentry/sentry-for-ai

sentry-feature-setup routes agents to the correct Sentry feature skill for AI monitoring, OTel, alerts, span streaming, or instrumentation guidance.

About

Sentry Feature Setup is a router skill that helps agents pick the right Sentry capability beyond basic SDK installation. It instructs agents to ask which feature is needed instead of guessing, then curl the matching skill from skills.sentry.dev because summarized fetches lose critical setup detail. Routing covers AI and LLM monitoring for OpenAI, Anthropic, LangChain, Vercel AI, Google GenAI, and Pydantic AI via sentry-setup-ai-monitoring, OpenTelemetry Collector export via sentry-otel-exporter-setup, alerts and Slack or PagerDuty workflows via sentry-create-alert, span streaming migrations per language, and the sentry-instrumentation-guide when choosing logs versus spans versus metrics. Each linked skill owns its own detection logic and step-by-step instructions. Use it when users mention AI tracing, OTel pipelines, on-call alerts, traceLifecycle or spanStreamingIntegration, or need guidance on what signal to instrument where in a Sentry-backed stack.

  • Router skill: ask the user which Sentry feature to configure before acting.
  • Fetch child skills with curl from skills.sentry.dev; do not guess shortened URLs.
  • Routes AI monitoring, OTel exporter, alerts, span streaming, and instrumentation guide skills.
  • Span streaming paths split by JavaScript, Python, and Dart runtimes.
  • Points to full Skill Tree for SDK setup and debugging workflows.

Sentry Feature Setup by the numbers

  • 2,727 all-time installs (skills.sh)
  • +60 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #59 of 1,453 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

sentry-feature-setup capabilities & compatibility

Capabilities
feature intent triage before sentry configuratio · curated routing table to child sentry skills · curl based full skill retrieval from skills.sent · language specific span streaming skill selection · instrumentation signal choice via sentry instrum
Works with
sentry · openai · anthropic
Use cases
devops · ci cd
From the docs

What sentry-feature-setup says it does

Do not assume which feature the user needs. Ask first.
SKILL.md
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-feature-setup

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2.7k
repo stars243
Security audit2 / 3 scanners passed
Last updatedJuly 27, 2026
Repositorygetsentry/sentry-for-ai

Which Sentry feature skill should I use for AI tracing, OpenTelemetry, alerts, or span streaming setup?

Route Sentry setup requests to the correct feature skill for AI monitoring, OpenTelemetry, alerts, span streaming, or instrumentation choices.

Who is it for?

Developers extending Sentry beyond basic SDK setup who need the right feature-specific skill path.

Skip if: Skip when you only need initial SDK install or error debugging; use SDK setup skills from the Skill Tree.

When should I use this skill?

User mentions Sentry AI monitoring, OpenTelemetry exporter, alerts, span streaming, or choosing logs vs spans vs metrics.

What you get

Correct child skill fetched from skills.sentry.dev with full instructions instead of improvised shortcuts.

  • Correct downstream Sentry feature skill loaded for implementation

By the numbers

  • Individual sentry-for-ai feature skills are about 10–20 KB each
  • Router covers AI/LLM monitoring, OpenTelemetry, alerts, and span streaming

Files

SKILL.mdMarkdownGitHub ↗
All Skills

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 routingsentry-otel-exporter-setup 3. If the user mentions alerts, notifications, on-call, Slack/PagerDuty/Discord integration, or workflow rulessentry-create-alert 4. If the user mentions span streaming, traceLifecycle, trace_lifecycle, spanStreamingIntegration, or switching from transactions to streamed spanssentry-span-streaming-js (JavaScript), sentry-span-streaming-python (Python), or sentry-span-streaming-dart (Dart/Flutter) 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

FeatureSkillPath
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

How it compares

Pick sentry-feature-setup over basic Sentry install skills when you need the correct advanced feature skill for AI traces, OTel, or alerts instead of guessing from the skill tree.

FAQ

Should the agent guess which Sentry feature to configure?

No. Ask the user which feature they need when unclear; do not assume AI monitoring or alerts.

How should child skills be loaded?

curl -sL https://skills.sentry.dev/<path>/SKILL.md using exact paths from the feature table.

Where is span streaming documented?

Use sentry-span-streaming-js, sentry-span-streaming-python, or sentry-span-streaming-dart based on runtime.

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.

DevOps & CI/CDmonitoring

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.