什么是 sentry-create-alert?
使用工作流引擎 API 创建 Sentry 警报。当要求创建警报、设置通知、配置问题优先级警报或构建工作流程自动化时使用。支持电子邮件、Slack、PagerDuty、Discord 和其他通知操作。 来源:getsentry/agent-skills。
使用工作流引擎 API 创建 Sentry 警报。当要求创建警报、设置通知、配置问题优先级警报或构建工作流程自动化时使用。支持电子邮件、Slack、PagerDuty、Discord 和其他通知操作。
通过命令行快速安装 sentry-create-alert AI 技能到你的开发环境
来源:getsentry/agent-skills。
Note: This API is currently in beta and may be subject to change. It is part of New Monitors and Alerts and may not be viewable in the legacy Alerts UI.
| Org slug | Yes | sentry, my-org | | Auth token | Yes | sntryu... (needs alerts:write scope) | | Region | Yes (default: us) | us → us.sentry.io, de → de.sentry.io | | Alert name | Yes | "High Priority De-escalation Alert" | | Trigger events | Yes | Which issue events fire the workflow | | Conditions | Optional | Filter conditions before actions execute |
| Action type | Yes | email, slack, or pagerduty | | Action target | Yes | User email, team, channel, or service |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/getsentry/agent-skills --skill sentry-create-alert使用工作流引擎 API 创建 Sentry 警报。当要求创建警报、设置通知、配置问题优先级警报或构建工作流程自动化时使用。支持电子邮件、Slack、PagerDuty、Discord 和其他通知操作。 来源:getsentry/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/getsentry/agent-skills --skill sentry-create-alert 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/getsentry/agent-skills