sentry Claude Code Plugin
Claude Code PluginClaude CodeMonitoringMonitoring & ObservabilityCode Quality, Review & TestingClaude Code Customization & WorkflowThe explanation below is AI-generated. Please verify it against the sources.
This plugin connects Claude Code to Sentry, an external error-monitoring and application-performance service, so Claude can help with Sentry-related workflows. According to the README, it teaches Claude SDK setup wizards for various platforms, production issue debugging through the hosted Sentry MCP server, code review informed by Sentry context, and monitoring configuration. The plugin is generated from the getsentry/sentry-for-ai repository and bundles that repository's full set of related skills. A small set of router skills stay loaded by default while the rest remain hidden via a disable-model-invocation setting and load only when needed, which keeps the model's context uncluttered. It is installed inside Claude Code with a plugin install command.
About the service
Sentry is described on its homepage as an application monitoring platform covering error monitoring, logging, performance tracing, profiling, session replay, uptime monitoring, and cron monitoring, plus an AI debugging agent called Seer. It provides SDKs for numerous languages and frameworks, integrates with tools such as GitHub, Slack, Jira, and Linear, and exposes an MCP server intended for use by coding agents.
What you can do with sentry
- Get guidance on setting up Sentry SDKs for supported platforms
- Investigate production errors and stack traces through Sentry's MCP server
- Search for issues using fingerprint identifiers
- Get code review help informed by Sentry error and performance context
- Work through configuration of monitoring features such as cron and uptime checks