sentry
v0.1.2Inspect recent issues and events in Sentry from Codex.
By OpenAILicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sentry for Codex
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add sentry@openai-curatedPaste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.
Compatibility: the page URL and API slug “sentry-3” remain stable.
- Codex:
sentry-3@agent-plugin-marketplace→sentry@openai-curated
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/FaLalens/codex-plugins-zhClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sentry/.
Plugin files
├── .codex-plugin/plugin.json├── skills/sentry/SKILL.md└── .mcp.json
Included Skills1
Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`.
MCP servers1
- url
- https://mcp.sentry.dev/mcp
Plugin manifests1
{
"name": "sentry",
"version": "0.1.2",
"description": "Inspect recent issues and events in Sentry from Codex.",
"author": {
"name": "OpenAI",
"email": "[email protected]",
"url": "https://openai.com/"
},
"homepage": "https://sentry.io/",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [
"sentry",
"observability",
"triage"
],
"skills": "./skills/",
"interface": {
"displayName": "Sentry",
"shortDescription": "Inspect recent Sentry issues and events",
"longDescription": "Use Sentry skills to inspect recent issues, review events, and summarize production errors with a read-only workflow.",
"developerName": "OpenAI",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://sentry.io/",
"privacyPolicyURL": "https://sentry.io/privacy/",
"termsOfServiceURL": "https://sentry.io/terms/",
"defaultPrompt": [
"Inspect recent Sentry issues and summarize the top production errors"
],
"composerIcon": "./assets/sentry-small.svg",
"logo": "./assets/sentry.png",
"screenshots": [],
"brandColor": "#362D59"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sentry on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sentry-3)