Azure Dev Ops - Sentry 集成 - 它是如何工作的

问题描述 投票:0回答:1

我尝试将 ADO 与 Sentry 集成并从下一个链接安装它

[https://marketplace.visualstudio.com/items?itemName=Sentry.sentry&ssr=false#qna]

即使在组织设置中配置它,我仍然看不到开始使用它的选项

我还需要在 Sentry 上安装 ADO 集成吗?

我找不到任何有关如何进行配置的指导以及市场上的指导

好像没什么用,谢谢

我无法配置集成(因此将其与我的 Sentry 帐户连接)

azure-devops integration sentry
1个回答
0
投票

我还需要在 Sentry 上安装 ADO 集成吗?

是的,您需要在哨兵上安装

Azure Devops
。 在 Sentry.io 中,导航到“设置”>“集成”>“Azure DevOps”,然后单击“添加安装”。

如果您想了解如何在Azure DevOps和Sentry之间同步信息,您可以按照以下步骤将ADO与Sentry集成。这是一个关于问题同步的示例。

1.请确保您已从marketplace安装了Sentry,并在Sentry上安装了Azure Devops。 详细安装请参考:

https://docs.sentry.io/product/integrations/source-code-mgmt/azure-devops/#install

2 配置您的组织设置,以确定 Sentry 中的哪些信息(状态、分配、注释)应同步到 Azure DevOps。 我在这里测试了

Sync Sentry Assignment to Azure DevOps

3.导航到特定问题,您将在右侧面板上找到“链接问题”部分。在这里,您将能够创建或链接 Azure DevOps 问题。

4 在 Sentry 中分配问题时,将其链接的 Azure DevOps 工作项分配给同一用户(例如 DX)。

此外,您可以参考以下文档来同步您想要的其他信息。 https://docs.sentry.io/product/integrations/source-code-mgmt/azure-devops/

希望能帮到你。

© www.soinside.com 2019 - 2024. All rights reserved.