Skip to content

chore(feedback): Add alerting instructions to readme.md #9427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions packages/feedback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,19 @@ 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. Click "Alerts" in the left-nav menu
2. Click the "Create Alert" button
3. Select the "Issues" radio button under "Errors"
4. In "Set Conditions", set "Issue's Category" = Feedback.
5. Add any other alert rules

![Screenshot 2023-11-01 at 9 59 54 AM](https://github.com/getsentry/sentry-javascript/assets/77064737/c7cebeae-1c6d-4a3d-8afb-734b4f447229)