sentry
✓获取并分析 Sentry 问题、事件、事务和日志。帮助代理调试错误、查找根本原因并了解特定时间发生的情况。
SKILL.md
Access Sentry data via the API for debugging and investigation. Uses auth token from /.sentryclirc.
| Find errors on a date | search-events.js --org X --start 2025-12-23T15:00:00 --level error | | List open issues | list-issues.js --org X --status unresolved | | Get issue details | fetch-issue.js --latest | | Get event details | fetch-event.js --org X --project Y | | Search logs | search-logs.js --org X --project Y "level:error" |
Get full details of a specific event by its ID.
获取并分析 Sentry 问题、事件、事务和日志。帮助代理调试错误、查找根本原因并了解特定时间发生的情况。 来源:mitsuhiko/agent-stuff。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/mitsuhiko/agent-stuff --skill sentry- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 sentry?
获取并分析 Sentry 问题、事件、事务和日志。帮助代理调试错误、查找根本原因并了解特定时间发生的情况。 来源:mitsuhiko/agent-stuff。
如何安装 sentry?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mitsuhiko/agent-stuff --skill sentry 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/mitsuhiko/agent-stuff
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01