
sentry-feature-setup
โ 233by getsentry ยท part of getsentry/sentry-for-claude
Configure specific Sentry features beyond basic SDK setup. Use when asked to monitor AI/LLM calls, set up OpenTelemetry pipelines, create alerts and notifications, enable span streaming, or set up Sentry Snapshots.
This is the playbook your agent receives when the skill activates โ you don't need to read it to use the skill, but it's here to audit before installing.
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.mdAppend 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 - 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.
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 Snapshots for Apple/Cocoa โ upload Apple snapshot images to Sentry; prefer SnapshotPreviews when Swift previews exist | sentry-snapshots-cocoa | sentry-snapshots-cocoa/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.
npx skills add https://github.com/getsentry/sentry-for-claude --skill sentry-feature-setupRun this in your project โ your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub โ