From 79ddafb24684b702d866cb56f460d27f70cac582 Mon Sep 17 00:00:00 2001 From: Jasmin <77064737+jas-kas@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:56:13 -0400 Subject: [PATCH 1/3] Add User Feedback alerts to main Alerts docs page.mdx Closes https://github.com/getsentry/sentry-docs/issues/11445 --- docs/product/alerts/alert-types.mdx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/product/alerts/alert-types.mdx b/docs/product/alerts/alert-types.mdx index 71309a9b1130a7..7e2163104bc418 100644 --- a/docs/product/alerts/alert-types.mdx +++ b/docs/product/alerts/alert-types.mdx @@ -124,3 +124,19 @@ Uptime alerts trigger whenever an uptime check request fails to meet our [uptime ### Alert Details Page The **Alert Details** page shows a list of uptime issues that were created by the alert. Clicking on any of the issues will take you to a page with additional information that may help you debug that issue. + +## User Feedback Alerts + +User Feedback alerts for the [User Feedback Widget](/product/user-feedback/#user-feedback-widget) can be enabled under issue alerts. Follow these steps to set up alerts for every new feedback: + +1. Create a [New Alert Rule](https://sentry.io/alerts/new/issue/) in Sentry. +2. Scroll to the "Set conditions" section and set the "IF" filter to `The issue's category is equal to… "Feedback"`. +3. Choose which actions to perform in the “THEN” filter. +4. Add an alert name and owner. + +![User Feedback Alert Configuration.](./img/user-feedback-alert-configuration.png) + +To get alerts when [crash-report feedback](/product/user-feedback/#crash-report-modal) comes in, make sure to turn on "Enable Crash Report Notifications" in Settings > Projects > [Project Name] > User Feedback. + + + From 9d340438dd029d47703f9c50f24bd26a6d56929c Mon Sep 17 00:00:00 2001 From: Jasmin <77064737+jas-kas@users.noreply.github.com> Date: Thu, 26 Sep 2024 22:53:12 -0400 Subject: [PATCH 2/3] Update docs/product/alerts/alert-types.mdx Co-authored-by: Liza Mock --- docs/product/alerts/alert-types.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/product/alerts/alert-types.mdx b/docs/product/alerts/alert-types.mdx index 7e2163104bc418..57b4155d937c3d 100644 --- a/docs/product/alerts/alert-types.mdx +++ b/docs/product/alerts/alert-types.mdx @@ -127,9 +127,9 @@ The **Alert Details** page shows a list of uptime issues that were created by th ## User Feedback Alerts -User Feedback alerts for the [User Feedback Widget](/product/user-feedback/#user-feedback-widget) can be enabled under issue alerts. Follow these steps to set up alerts for every new feedback: +You can enable alerts for the [User Feedback Widget](/product/user-feedback/#user-feedback-widget) on the [issue alerts](https://sentry.io/orgredirect/organizations/:orgslug/alerts/new/issue/) page by following the steps below: -1. Create a [New Alert Rule](https://sentry.io/alerts/new/issue/) in Sentry. +1. Create a [New Alert Rule](https://sentry.io/orgredirect/organizations/:orgslug/alerts/new/issue/) in Sentry. 2. Scroll to the "Set conditions" section and set the "IF" filter to `The issue's category is equal to… "Feedback"`. 3. Choose which actions to perform in the “THEN” filter. 4. Add an alert name and owner. From 627013e9055091b433697359b3ca65956cb2703d Mon Sep 17 00:00:00 2001 From: Jasmin <77064737+jas-kas@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:56:35 -0400 Subject: [PATCH 3/3] Update docs/product/alerts/alert-types.mdx --- docs/product/alerts/alert-types.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/alerts/alert-types.mdx b/docs/product/alerts/alert-types.mdx index 57b4155d937c3d..d1144b8d5a1cc3 100644 --- a/docs/product/alerts/alert-types.mdx +++ b/docs/product/alerts/alert-types.mdx @@ -134,7 +134,7 @@ You can enable alerts for the [User Feedback Widget](/product/user-feedback/#use 3. Choose which actions to perform in the “THEN” filter. 4. Add an alert name and owner. -![User Feedback Alert Configuration.](./img/user-feedback-alert-configuration.png) +![User Feedback Alert Configuration.](../user-feedback/img/user-feedback-alert-configuration.png) To get alerts when [crash-report feedback](/product/user-feedback/#crash-report-modal) comes in, make sure to turn on "Enable Crash Report Notifications" in Settings > Projects > [Project Name] > User Feedback.