什么是 hybrid-cloud-rpc?
有关在 Sentry 中创建、更新和弃用混合云 RPC 服务的指南。当要求“添加 RPC 方法”、“创建 RPC 服务”、“混合云服务”、“新 RPC 模型”、“弃用 RPC 方法”、“删除 RPC 端点”、“跨竖井服务”、“区域 RPC”或“控制竖井服务”时使用。涵盖服务脚手架、方法签名、RPC 模型、区域解析器、测试和安全弃用工作流程。 来源:getsentry/sentry。
有关在 Sentry 中创建、更新和弃用混合云 RPC 服务的指南。当要求“添加 RPC 方法”、“创建 RPC 服务”、“混合云服务”、“新 RPC 模型”、“弃用 RPC 方法”、“删除 RPC 端点”、“跨竖井服务”、“区域 RPC”或“控制竖井服务”时使用。涵盖服务脚手架、方法签名、RPC 模型、区域解析器、测试和安全弃用工作流程。
通过命令行快速安装 hybrid-cloud-rpc AI 技能到你的开发环境
来源:getsentry/sentry。
This skill guides you through creating, modifying, and deprecating RPC services in Sentry's hybrid cloud architecture. RPC services enable cross-silo communication between the Control silo (user auth, billing, org management) and Region silos (project data, events, issues).
NEVER use from future import annotations in service.py or model.py files. The RPC framework reflects on type annotations at import time. Forward references break serialization silently.
ALL RPC method parameters must be keyword-only (use in the signature).
有关在 Sentry 中创建、更新和弃用混合云 RPC 服务的指南。当要求“添加 RPC 方法”、“创建 RPC 服务”、“混合云服务”、“新 RPC 模型”、“弃用 RPC 方法”、“删除 RPC 端点”、“跨竖井服务”、“区域 RPC”或“控制竖井服务”时使用。涵盖服务脚手架、方法签名、RPC 模型、区域解析器、测试和安全弃用工作流程。 来源:getsentry/sentry。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/getsentry/sentry --skill hybrid-cloud-rpc有关在 Sentry 中创建、更新和弃用混合云 RPC 服务的指南。当要求“添加 RPC 方法”、“创建 RPC 服务”、“混合云服务”、“新 RPC 模型”、“弃用 RPC 方法”、“删除 RPC 端点”、“跨竖井服务”、“区域 RPC”或“控制竖井服务”时使用。涵盖服务脚手架、方法签名、RPC 模型、区域解析器、测试和安全弃用工作流程。 来源:getsentry/sentry。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/getsentry/sentry --skill hybrid-cloud-rpc 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/getsentry/sentry