feat: 接入桌面端灰度更新与异常日志上报 - #395
Merged
Merged
Conversation
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
桌面端此前直接查询公共 latest 更新源,后台灰度规则不会生效,也没有自动上传 Harness 故障日志。此改动将已打包客户端接入
https://dshdesktop.com/crash。验证:逐次上传确认补充后,相关 23 项测试、类型检查和生产构建通过。此前全量 100 个测试文件 / 866 项测试通过;最终 SemVer 识别补充后重跑相关 15 项通过;类型检查、生产构建、diff 检查通过。补充既有品牌测试的空数组检查以通过严格类型检查。
本 PR 不包含后台项目,不部署或发布客户端;真实 macOS/Windows 安装包的升级和原生崩溃验收尚未执行。安装器/下载错误和升级成功关联追踪不在本次范围内。当前后端约定仍是“没有命中规则则无更新”,不是默认全量。