Skip to content

Commit 24b2791

Browse files
authored
Add alerting instructions to readme.md
Temp until product docs + dedicated Feedback Alerts UI
1 parent b2a56bc commit 24b2791

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

packages/feedback/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,19 @@ document.getElementById('my-feedback-form').addEventListener('submit', (event) =
202202
});
203203
</script>
204204
```
205+
206+
## Alerting on User Feedback Reports
207+
208+
Note: The following instructions are to be followed in the Sentry product.
209+
210+
If you have Sentry's default issue alert ("Alert me on every new issue") turned on for the project you are setting up User Feedback on, no action is required to have alerting on each user feedback report.
211+
212+
If you don't have Sentry's default issue alert turned on, follow these steps:
213+
214+
1. Click "Alerts" in the left-nav menu
215+
2. Click the "Create Alert" button
216+
3. Select the "Issues" radio button under "Errors"
217+
4. In "Set Conditions", set "Issue's Category" = Feedback.
218+
5. Add any other alert rules
219+
220+
![Screenshot 2023-11-01 at 9 59 54 AM](https://github.com/getsentry/sentry-javascript/assets/77064737/c7cebeae-1c6d-4a3d-8afb-734b4f447229)

0 commit comments

Comments
 (0)