Sentry
Sentry error monitoring integration for Claude Code — inspect recent issues, read stack traces, and navigate from error to root cause without leaving the terminal.
Install
claude plugins add sentry The Sentry plugin makes production error investigation a Claude-native workflow. Instead of switching to the Sentry dashboard, you ask Claude to show the last 5 critical errors in the production environment and it returns formatted issue summaries with event counts, first/last seen timestamps, and affected users.
For deep investigation, Claude fetches the full stack trace, maps frames to local source files, and analyses the error context to propose likely root causes and fixes. Release correlation links errors to the specific deployment or commit that introduced them. 33k installs make it the most-used observability plugin in the Claude Code ecosystem.
Features
Recent issues feed
Fetches latest Sentry issues filtered by project, environment and severity.
Stack trace reader
Pulls full stack traces with source context into Claude for analysis.
Release correlation
Identifies which commit or deploy introduced a regression.
Common Use Cases
- Investigating production errors during on-call
- Finding the commit that introduced a bug
- Performance regression analysis