feat: add sentinel error detail deep links

This commit is contained in:
Codex
2026-07-07 00:36:26 +00:00
parent 46423e046b
commit 45c834004a
12 changed files with 595 additions and 17 deletions
@@ -222,8 +222,8 @@ sentinel:
- code: WBC-026
id: runtime-http-errors
level: warning
titleZh: 页面请求返回错误
summaryZh: 页面加载过程中有请求返回错误状态。
titleZh: 页面请求返回非 5xx 错误
summaryZh: 页面加载过程中有请求返回非 5xx 错误状态。
actionZh: 查看详情后处理。
blocking: false
order: 260
@@ -1003,3 +1003,11 @@ sentinel:
actionZh: 修复 analyzer/report 对 commandFailures 的 compact 输出,先补齐命令证据再判断页面业务状态。
blocking: true
order: 1230
- code: WBC-124
id: page-response-error
level: error
titleZh: 页面响应错误
summaryZh: 运行页面浏览器网络事件捕获到 HTTP 5xx 响应。
actionZh: 按详情中的状态码和路径追溯后端日志/OTel,先修复 5xx 响应。
blocking: true
order: 1240