·hybrid-cloud-rpc
</>

hybrid-cloud-rpc

有关在 Sentry 中创建、更新和弃用混合云 RPC 服务的指南。当要求“添加 RPC 方法”、“创建 RPC 服务”、“混合云服务”、“新 RPC 模型”、“弃用 RPC 方法”、“删除 RPC 端点”、“跨竖井服务”、“区域 RPC”或“控制竖井服务”时使用。涵盖服务脚手架、方法签名、RPC 模型、区域解析器、测试和安全弃用工作流程。

27安装·2热度·@getsentry

安装

$npx skills add https://github.com/getsentry/sentry --skill hybrid-cloud-rpc

如何安装 hybrid-cloud-rpc

通过命令行快速安装 hybrid-cloud-rpc AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/getsentry/sentry --skill hybrid-cloud-rpc
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:getsentry/sentry。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-02-26
更新时间
2026-03-11

Browse more skills from getsentry/sentry

快速解答

什么是 hybrid-cloud-rpc?

有关在 Sentry 中创建、更新和弃用混合云 RPC 服务的指南。当要求“添加 RPC 方法”、“创建 RPC 服务”、“混合云服务”、“新 RPC 模型”、“弃用 RPC 方法”、“删除 RPC 端点”、“跨竖井服务”、“区域 RPC”或“控制竖井服务”时使用。涵盖服务脚手架、方法签名、RPC 模型、区域解析器、测试和安全弃用工作流程。 来源:getsentry/sentry。

如何安装 hybrid-cloud-rpc?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/getsentry/sentry --skill hybrid-cloud-rpc 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/getsentry/sentry