Skill

sentry-feature-setup

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.

From sentry
Install
1
Run in your terminal
$
npx claudepluginhub getsentry/sentry-for-ai --plugin sentry
Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

All Skills

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.

  1. If the user mentions AI monitoring, LLM tracing, 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

When unclear, ask the user which feature they want to configure. Do not guess.


Feature Skills

FeatureSkillPath
AI/LLM monitoring — instrument OpenAI, Anthropic, LangChain, Vercel AI, Google GenAI, Pydantic AIsentry-setup-ai-monitoringsentry-setup-ai-monitoring/SKILL.md
OpenTelemetry Collector with Sentry Exporter — multi-project routing, automatic project creationsentry-otel-exporter-setupsentry-otel-exporter-setup/SKILL.md
Alerts via workflow engine API — email, Slack, PagerDuty, Discordsentry-create-alertsentry-create-alert/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.

Similar Skills
cache-components

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.

138.5k
Stats
Stars82
Forks10
Last CommitMar 11, 2026