Skip to content

Commit

Permalink
Merge pull request #9427 from getsentry/jas-kas-edit-readme-feedback
Browse files Browse the repository at this point in the history
chore(feedback): Add alerting instructions to readme.md
  • Loading branch information
jas-kas authored Nov 1, 2023
2 parents b2a56bc + 081285d commit 0db338a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/feedback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,17 @@ document.getElementById('my-feedback-form').addEventListener('submit', (event) =
});
</script>
```
## Alerting on User Feedback Reports
Note: The following instructions are to be followed in the Sentry product.
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.

If you don't have Sentry's default issue alert turned on, follow these steps:

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")
2. In "Set conditions", add an "IF" filter for `The issue's category is equal to "Feedback"`
3. Add any other alert rules
![Feedback Alert Rule Creation Screenshot](https://github.com/getsentry/sentry-javascript/assets/79684/1d941967-debb-4ad6-9458-3226c02ec08e)

0 comments on commit 0db338a

Please sign in to comment.