By getsentry
Sets up Sentry SDKs across major frameworks and runtimes, diagnoses production errors from stack traces and breadcrumbs, queries Sentry data with natural language, and automates SDK migrations from v7 through v9.
Full Sentry SDK setup for Android. Use when asked to "add Sentry to Android", "install sentry-android", "setup Sentry in Android", or configure error monitoring, tracing, profiling, session replay, or logging for Android applications. Supports Kotlin and Java codebases.
Full Sentry SDK setup for browser JavaScript. Use when asked to "add Sentry to a website", "install @sentry/browser", or configure error monitoring, tracing, session replay, or logging for vanilla JavaScript, jQuery, static sites, or WordPress.
Full Sentry SDK setup for Cloudflare Workers and Pages. Use when asked to "add Sentry to Cloudflare Workers", "install @sentry/cloudflare", or configure error monitoring, tracing, logging, crons, or AI monitoring for Cloudflare Workers, Pages, Durable Objects, Queues, Workflows, or Hono on Cloudflare.
Full Sentry SDK setup for Apple platforms (iOS, macOS, tvOS, watchOS, visionOS). Use when asked to "add Sentry to iOS", "add Sentry to Swift", "install sentry-cocoa", or configure error monitoring, tracing, profiling, session replay, logging, or metrics for Apple applications. Supports SwiftUI and UIKit.
Analyze and resolve Sentry comments on GitHub Pull Requests. Use this when asked to review or fix issues identified by Sentry in PR comments. Can review specific PRs by number or automatically find recent PRs with Sentry feedback.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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, Cursor, Codex, and Grok.
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
This repository is the single source of truth for all skills, but it is not
itself an installable plugin. Each assistant needs the plugin in a slightly
different shape, so the per-agent plugins are built from it by the build
scripts under plugin-src/<agent>/build.sh. CI runs these on every push and
deploys each result to its own distribution repository, whose root is
exactly that agent's plugin:
| Agent | Distribution repository |
|---|---|
| Claude Code | getsentry/plugin-claude |
| Cursor | getsentry/plugin-cursor |
| Codex | getsentry/plugin-codex |
| Grok | getsentry/plugin-grok |
These repositories are generated; do not edit them. Each one's README has the install instructions for that agent.
The skill library is also browsable at skills.sentry.dev
and available through the skills.sh
installer.
Each plugin-src/<agent>/build.sh takes an output directory and writes that
agent's plugin into it (the Codex build moves the plugin under plugins/sentry/
and swaps the skill tree's disable-model-invocation flags for Codex's
agents/openai.yaml policy):
git clone https://github.com/getsentry/sentry-for-ai.git
cd sentry-for-ai
plugin-src/codex/build.sh /tmp/sentry-codex # or plugin-src/{claude,cursor,grok}
To build any target locally, run plugin-src/<agent>/build.sh <output-dir>
(claude, cursor, codex, or grok).
Full platform bundles that scan your project, recommend features, and guide you through setup — error monitoring, tracing, profiling, session replay, logging, and more.
| Skill | Platforms |
|---|---|
sentry-android-sdk | Android (Jetpack Compose, Views, OkHttp, Room, Fragment, Timber) |
sentry-cocoa-sdk | iOS, macOS, tvOS, watchOS, visionOS (Swift, UIKit, SwiftUI) |
sentry-dotnet-sdk | ASP.NET Core, MAUI, WPF, WinForms, Azure Functions, Blazor, gRPC |
sentry-go-sdk | Go (net/http, Gin, Echo, Fiber) |
sentry-nestjs-sdk | NestJS (Express, Fastify, GraphQL, Microservices, WebSocket) |
sentry-nextjs-sdk | Next.js App Router + Pages Router, Vercel |
sentry-node-sdk | Node.js, Bun, Deno (Express, Fastify, Koa, Hapi, NestJS, Connect, Bun.serve, Deno.serve) |
sentry-php-sdk | PHP (Laravel, Symfony) |
sentry-python-sdk | Python (Django, Flask, FastAPI, Celery, Starlette, AIOHTTP) |
sentry-react-native-sdk | React Native, Expo managed/bare |
sentry-react-sdk | React 16+, React Router v5-v7 non-framework mode, TanStack Router, Redux |
sentry-react-router-framework-sdk | React Router Framework mode (@sentry/react-router) |
sentry-tanstack-start-sdk | TanStack Start React |
sentry-ruby-sdk | Ruby, Rails, Sinatra, Rack, Sidekiq |
sentry-svelte-sdk | Svelte, SvelteKit |
Sentry-specific agent skills for code review, commits, and more
Sentry error tracking and performance monitoring via MCP
Sentry MCP with experimental features enabled
Skills for using the Sentry CLI to interact with Sentry from the command line
Sentry SDK skills
npx claudepluginhub getsentry/sentry-for-ai --plugin sentryClaude Code skill pack for Sentry (30 skills)
Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`. Originally from OpenAI's curated skills catalog.
Skills for using the Sentry CLI to interact with Sentry from the command line
MCP server configuration for Sentry integration providing error tracking, performance monitoring, and incident response capabilities.
Sentry error tracking and performance monitoring via MCP
Expert agent for error handling patterns, custom error classes, error boundaries, logging with Sentry, and robust error recovery strategies