sentry Codex プラグイン
プラグイン Codex 開発者ツール 監視・オブザーバビリティ以下の解説は生成 AI によるものです。出典と照らし合わせてご確認ください。
これは Codex 用のプラグイン「sentry」で、plugin.json によると Sentry の直近の issue や event を Codex から確認できま��。開発者は OpenAI、ライセンスは MIT、バージョンは 0.1.2 で、カテゴリは Developer Tools に分類されています。longDescription には、Sentry skills を用いて issue の確認、event のレビュー、本番環境エラーの要約を read-only workflow で行うと記載されており、defaultPrompt は「Inspect recent Sentry issues and summarize the top production errors」です。一方で plugin.json の capabilities には "Interactive" と "Write" が記載されており、read-only workflow という説明との関係は不明です。基盤となる Sentry については、Sentry 自身のホームページでアプリケーション監視・エラートラッキングソフトウェアと説明されています。
概要
Sentry のホームページによると、Sentry はエラーモニタリング、ログ、セッションリプレイ、トレーシング、プロファイリング、Cron監視、稼働監視などを提供するアプリケーション監視・エラートラッキングソフトウェアです。AI デバッグエージェント Seer を備え、GitHub や Slack、Sentry MCP サーバーなどとの統合機能があります。Python、Node.js、Go、Java、Ruby、PHP など多数の言語・フレームワーク向け SDK が用意されています。
sentry でできること
- plugin.json の説明によると、Codex から Sentry の直近の issue と event を確認できます
- interface.longDescription によると、Sentry skills を使って issue の確認・event のレビュー・本番エラーの要約が read-only workflow で行えます
- plugin.json の defaultPrompt には「Inspect recent Sentry issues and summarize the top production errors」という既定プロンプトが用意されています
- カテゴリは Developer Tools で、keywords には sentry・observability・triage が記載されています
- plugin.json の capabilities には Interactive と Write が記載されていますが、具体的にどの書き込み操作に対応するかは不明です
出典
原文の説明(英語)
Inspect recent issues and events in Sentry from Codex.
sentry の変更履歴
- Codex プラグイン sentry を追加