Sentry for AI

April 20, 2026 · View on GitHub

Your AI coding assistant already knows how to write code. This plugin teaches it Sentry — how to set it up, how to find and fix production issues, and how to get the most out of every feature.

Whether you're adding Sentry to a new project, debugging a spike in errors, or configuring alerts, just ask. The plugin gives your assistant the context it needs to do it right.

Supports Claude Code and Cursor.

What You Can Do

Set up Sentry in any project — SDK setup wizards that detect your stack, recommend the right features, and walk through the full installation. No copy-pasting from docs.

Add Sentry to my Next.js app
Set up Sentry in my Rails project
Add error monitoring to my iOS app

Find and fix production issues — Query your Sentry environment, triage errors, and fix them in place.

/seer What are the top errors in the last 24 hours?
/seer Which issues are affecting the most users?
Fix the recent Sentry errors

Review code with Sentry context — Automatically resolve bugs that Sentry or Seer flag in pull request comments.

Review PR #118 and fix the Sentry comments

Configure monitoring — Set up alerts, instrument AI/LLM calls, connect OpenTelemetry pipelines.

Create a Slack alert for new high-priority issues
Monitor my OpenAI calls with Sentry
Set up OTel Collector with Sentry exporter

Installation

Claude Code

/install-plugin sentry

Restart Claude Code to activate, then verify:

/help           # Should show /seer command
/mcp            # Should show sentry MCP server

Cursor

Search for Sentry in Cursor Settings > Plugins and install.

From Source

git clone https://github.com/getsentry/sentry-for-ai.git

# Claude Code
/install-plugin file:///path/to/sentry-for-ai

# Cursor
ln -s /path/to/sentry-for-ai ~/.cursor/plugins/local/sentry-for-ai

Skills

SDK Setup Wizards

Full platform bundles that scan your project, recommend features, and guide you through setup — error monitoring, tracing, profiling, session replay, logging, and more.

SkillPlatforms
sentry-android-sdkAndroid (Jetpack Compose, Views, OkHttp, Room, Fragment, Timber)
sentry-cocoa-sdkiOS, macOS, tvOS, watchOS, visionOS (Swift, UIKit, SwiftUI)
sentry-dotnet-sdkASP.NET Core, MAUI, WPF, WinForms, Azure Functions, Blazor, gRPC
sentry-go-sdkGo (net/http, Gin, Echo, Fiber)
sentry-nestjs-sdkNestJS (Express, Fastify, GraphQL, Microservices, WebSocket)
sentry-nextjs-sdkNext.js App Router + Pages Router, Vercel
sentry-node-sdkNode.js, Bun, Deno (Express, Fastify, Koa, Hapi, NestJS, Connect, Bun.serve, Deno.serve)
sentry-php-sdkPHP (Laravel, Symfony)
sentry-python-sdkPython (Django, Flask, FastAPI, Celery, Starlette, AIOHTTP)
sentry-react-native-sdkReact Native, Expo managed/bare
sentry-react-sdkReact 16+, React Router v5-v7 non-framework mode, TanStack Router, Redux
sentry-react-router-framework-sdkReact Router Framework mode (@sentry/react-router)
sentry-tanstack-start-sdkTanStack Start React
sentry-ruby-sdkRuby, Rails, Sinatra, Rack, Sidekiq
sentry-svelte-sdkSvelte, SvelteKit

Feature Setup

SkillDescription
sentry-setup-ai-monitoringInstrument OpenAI, Anthropic, LangChain, Vercel AI, Google GenAI
sentry-otel-exporter-setupConfigure OTel Collector with Sentry Exporter for multi-project routing

Workflow

SkillDescription
sentry-code-reviewFix bugs detected by Sentry in GitHub PR comments
sentry-pr-code-reviewResolve issues flagged by Seer Bug Prediction
sentry-fix-issuesFind and fix Sentry issues using MCP
sentry-create-alertCreate alerts using the Sentry workflow engine API

Slash Commands

CommandDescription
/seer <query>Ask questions about your Sentry environment in natural language

Prerequisites

The plugin configures the Sentry MCP server automatically on install. No extra setup needed.

Some workflow skills require the GitHub CLI:

brew install gh    # macOS
gh auth login

Contributing

Skills follow the Agent Skills specification. Each skill is a directory with a SKILL.md file containing YAML frontmatter and markdown instructions. SDK bundles include a references/ directory for feature-specific deep dives.

Use the sentry-sdk-skill-creator skill to scaffold new SDK bundles — it handles research, writing, and validation.

License

MIT