sentry-feature-setup
Configure advanced Sentry features: AI monitoring, OTel pipelines, and alerts
Developer Setup
Setup & Installation
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-feature-setupnpx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-feature-setupOverview
What This Skill Does
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.
Application
When to use this Skill
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
Documentation
Show Skills.md file
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, 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
When unclear, ask the user which feature they want to configure. Do not guess.
Recommendations