Back to Plugins

Sentry

Sentry error monitoring integration. Track errors, view stack traces, analyze crash reports, and get real-time alerts for application issues.

monitoringerrorsdebuggingobservabilityofficial

Installation

claude plugins add sentry@claude-plugins-official

Configuration

{
  "enabledPlugins": {
    "sentry@claude-plugins-official": true
  }
}

Commands

sentry-issuesView recent errors and issues
sentry-traceAnalyze error stack trace
sentry-fixGet fix suggestions for an error
sentry-releaseManage Sentry releases

How to install

  1. Open Claude Code in your terminal
  2. Run the installation command above
  3. The plugin will be enabled automatically
  4. Use the plugin's features in your Claude Code sessions
View source on GitHub