Language: 日本語English

sentry Plugin

Category
Monitoring
Topics
Monitoring & Observability · Claude Code Customization & Workflow
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

This is the official Sentry plugin for Claude Code, which teaches Claude how to use Sentry for SDK setup, production issue debugging, code review, and monitoring configuration. It works via SDK setup wizards for any platform, production issue debugging through the Sentry MCP server, code review informed by Sentry context, and monitoring configuration. The repository is auto-generated from getsentry/sentry-for-ai and includes every skill in that library. It is installed inside Claude Code with '/plugins install sentry@claude-plugins-official' or via the terminal command 'claude plugin install sentry@claude-plugins-official'. According to the README, only a few router skills are always active, while the rest are hidden behind them using 'disable-model-invocation' and load on demand to avoid crowding the model's context.

Overview

Sentry is an error monitoring service; this plugin connects Claude Code to Sentry via a hosted Sentry MCP server (mcp.sentry.dev) so Claude can query a user's Sentry environment for issue data.

What you can do with sentry

  • Set up Sentry SDKs on any platform using setup wizards
  • Debug production issues via the Sentry MCP server
  • Perform code review with Sentry context included
  • Configure Sentry monitoring
  • Install the plugin via '/plugins install sentry@claude-plugins-official' in Claude Code or 'claude plugin install sentry@claude-plugins-official' from the terminal

Sources

Original description (English)

Sentry error monitoring integration. Access error reports, analyze stack traces, search issues by fingerprint, and debug production errors directly from your development environment.

History of sentry

Back to list