From c7839ff084201848af65433be3c5a3d82938882b Mon Sep 17 00:00:00 2001 From: Satyam Bansal Date: Sun, 28 May 2023 22:30:59 +0530 Subject: [PATCH] integrations: Update documentation for Sentry Integration. (cherry picked from commit 9e793c37e6868312c671f2a652ecb52e0bb3d6a3) --- zerver/webhooks/sentry/doc.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/zerver/webhooks/sentry/doc.md b/zerver/webhooks/sentry/doc.md index 32ae72310c..2c842b4e82 100644 --- a/zerver/webhooks/sentry/doc.md +++ b/zerver/webhooks/sentry/doc.md @@ -12,14 +12,14 @@ us](/help/contact-support) if a platform you care about is missing. issue or event. 3. Go to your organization's **settings** in Sentry. Then go to -**Developer Settings** and click on the button to create a -**New Internal Integration**. There, set the **Webhook URL** to -the URL you constructed in the above step then enable +**Developer Settings** and click on the **Create New Integration** +button, then select **Internal Integration**. There, set the +**Webhook URL** to the URL you constructed in the above step then enable **Alert Rule Action**. You can fill out the remaining details as you like. If you want notifications for issues and not just events, you can scroll down to **Webhooks** on the same page and check the -box that says **issues**. Make sure that you set up the permissions -so that the integration will visible to the right people. +box that says **issue**. Make sure that you set up the permissions +so that the integration will be visible to the right people. **NOTE:** Zulip also supports configuring this as a webhook in Sentry — which, while easier to configure (Navigate to **Settings > Integrations @@ -27,13 +27,12 @@ so that the integration will visible to the right people. some events, like issue assignments or issues being resolved, will not trigger notifications with this configuration. -4. Once you've saved the internal integration, go to you're project's -settings (**settings** > **Projects** > Select the project). Once -there go to **Alerts** and click on the **New Alert Rule** button to -create a new alert rule. Set the conditions to be whatever you want -(the events you want to be notified for) and under -**PERFORM THESE ACTIONS** select **Add an action...** > -**Send notification to one legacy integration** and set it to the +4. Once you've saved the internal integration, go to **Alerts** and +click on the **Create Alert** button to create a new alert rule. Select +the project for which you want to receive notifications. Set the +conditions to be whatever you want (the events you want to be notified +for) and under **PERFORM THESE ACTIONS** select **Add an action...** +> **Send a notification via an integration** and set it to the internal integration you created in the previous step. {!congrats.md!}