Sentry
Inspect Sentry issues and events from Codex — fetch recent errors, read stack traces, and identify regressions without leaving the agent session.
Install
npx codex-marketplace add openai/plugins/plugins/sentry --plugin The official Sentry plugin for Codex integrates production error monitoring into the development agent loop. When a test fails or a deployment surfaces new errors, Codex can immediately query the connected Sentry project for related issues, pull the full stack trace with source frames, and propose a fix — all in the same session as the code change.
Issue listing supports filtering by project, environment, severity, and time window. Featured on the Codex Marketplace home page with 893 stars.
Features
Issue listing
Fetches recent Sentry issues filtered by project, env and severity.
Stack trace reader
Retrieves full stack traces with source context for analysis.
Event inspector
Shows individual event details, breadcrumbs, and user context.
Common Use Cases
- On-call production error investigation
- Regression identification
- Performance issue diagnosis