sentry-workflow

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
All Skills
所有技能

Sentry Workflows

Sentry 工作流

Debug production issues and maintain code quality with Sentry context. This page helps you find the right workflow skill for your task.
借助Sentry上下文调试生产环境问题并维护代码质量。本页面可帮助你找到适合任务的工作流技能。

How to Fetch Skills

如何获取技能

Use
curl
to download skills — they are 10–20 KB files that fetch tools often summarize, losing critical details.
curl -sL https://skills.sentry.dev/sentry-fix-issues/SKILL.md
Append the path from the
Path
column in the table below to
https://skills.sentry.dev/
. Do not guess or shorten URLs.
使用
curl
下载技能文件——这些文件大小为10–20 KB,工具在获取时经常会进行摘要处理,导致关键信息丢失。
curl -sL https://skills.sentry.dev/sentry-fix-issues/SKILL.md
将下表中
Path
列的路径追加到
https://skills.sentry.dev/
之后。请勿猜测或缩短URL。

Start Here — Read This Before Doing Anything

开始前必读——执行任何操作前请阅读本节

Do not skip this section. Do not assume which workflow the user needs. Ask first.
  1. If the user mentions fixing errors, debugging exceptions, or investigating production issues
    sentry-fix-issues
  2. If the user mentions Sentry bot comments or
    sentry[bot]
    on a PR
    sentry-code-review
  3. If the user mentions Seer, bug prediction, or reviewing PRs for predicted issues
    sentry-pr-code-review
  4. If the user mentions upgrading Sentry, migrating SDK versions, or fixing deprecated APIs
    sentry-sdk-upgrade
When unclear, ask the user whether the task involves live production issues, PR review comments, or SDK upgrades. Do not guess.

请勿跳过本节。 不要假设用户需要哪种工作流,请先询问。
  1. 如果用户提到修复报错、调试异常或排查生产环境问题
    sentry-fix-issues
  2. 如果用户提到GitHub PR上的Sentry机器人评论或
    sentry[bot]
    sentry-code-review
  3. 如果用户提到Seer、Bug预测或审核PR中的预测问题
    sentry-pr-code-review
  4. 如果用户提到升级Sentry、迁移SDK版本或修复已弃用的API
    sentry-sdk-upgrade
若情况不明确,请询问用户任务是否涉及实时生产环境问题、PR审核评论或SDK升级。请勿猜测。

Workflow Skills

工作流技能

Use whenSkillPath
Finding and fixing production issues — stack traces, breadcrumbs, event data
sentry-fix-issues
sentry-fix-issues/SKILL.md
Resolving comments from
sentry[bot]
on GitHub PRs
sentry-code-review
sentry-code-review/SKILL.md
Fixing issues detected by Seer Bug Prediction in PR reviews
sentry-pr-code-review
sentry-pr-code-review/SKILL.md
Upgrading the Sentry JavaScript SDK — migration guides, breaking changes, deprecated APIs
sentry-sdk-upgrade
sentry-sdk-upgrade/SKILL.md
Each skill contains its own detection logic, prerequisites, and step-by-step instructions. Trust the skill — read it carefully and follow it. Do not improvise or take shortcuts.

Looking for SDK setup or feature configuration instead? See the full Skill Tree.
使用场景技能路径
查找并修复生产环境问题——堆栈跟踪、面包屑、事件数据
sentry-fix-issues
sentry-fix-issues/SKILL.md
处理GitHub PR上来自
sentry[bot]
的评论
sentry-code-review
sentry-code-review/SKILL.md
修复PR审核中Seer Bug Prediction检测到的问题
sentry-pr-code-review
sentry-pr-code-review/SKILL.md
升级Sentry JavaScript SDK——迁移指南、破坏性变更、已弃用API
sentry-sdk-upgrade
sentry-sdk-upgrade/SKILL.md
每个技能都包含自身的检测逻辑、前置条件和分步说明。请信任技能内容——仔细阅读并严格遵循。请勿即兴发挥或走捷径。

寻找SDK设置或功能配置相关内容?请查看完整技能树