Skip to content

Commit 0db338a

Browse files
authored
Merge pull request #9427 from getsentry/jas-kas-edit-readme-feedback
chore(feedback): Add alerting instructions to readme.md
2 parents b2a56bc + 081285d commit 0db338a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/feedback/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,17 @@ 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. Navigate to [Create New Alert Rule](https://sentry.io/alerts/new/issue/) in Sentry (Click "Alerts" in the left-nav menu, "Create Alert" in the top right corner, ensure the "Issues" radio button is selected under the "Errors" category, and then click "Set Conditions")
215+
2. In "Set conditions", add an "IF" filter for `The issue's category is equal to "Feedback"`
216+
3. Add any other alert rules
217+
218+
![Feedback Alert Rule Creation Screenshot](https://github.com/getsentry/sentry-javascript/assets/79684/1d941967-debb-4ad6-9458-3226c02ec08e)

0 commit comments

Comments
 (0)