Skip to content

Commit 338978d

Browse files
jas-kasmichellewzhanglizokmvivianyentran
authored
Add Spam Detection to docs.mdx (#9806)
* Add Spam Detection to docs.mdx Includes: - Manual marking as spam - Auto-spam detection (IN DRAFT STATE): https://www.notion.so/sentry/April-2024-Docs-Entry-for-Spam-Detection-6323e20aa152415097d33c9af5fd8bef * Update docs/product/user-feedback/index.mdx * Update docs/product/user-feedback/index.mdx Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com> * Update docs/product/user-feedback/index.mdx Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com> * Update docs/product/user-feedback/index.mdx * Update docs/product/user-feedback/index.mdx Co-authored-by: Liza Mock <liza.mock@sentry.io> * Update docs/product/user-feedback/index.mdx Co-authored-by: Liza Mock <liza.mock@sentry.io> * Update docs/product/user-feedback/index.mdx Co-authored-by: Liza Mock <liza.mock@sentry.io> * Update docs/product/user-feedback/index.mdx Co-authored-by: Liza Mock <liza.mock@sentry.io> * Update docs/product/user-feedback/index.mdx * Update docs/product/user-feedback/index.mdx * Update docs/product/user-feedback/index.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> * Update docs/product/user-feedback/index.mdx Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --------- Co-authored-by: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com> Co-authored-by: Liza Mock <liza.mock@sentry.io> Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com>
1 parent d5e2599 commit 338978d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/product/user-feedback/index.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can either manually resolve user feedback submissions on the **User Feedback
5353

5454
![User Feedback List Triaging.](./img/user-feedback-triaging.png)
5555

56-
You can also assign a team member to a specific user feedback submission on the **User Feedback Details** view.
56+
You can also assign a team member to a specific user feedback submission on the **User Feedback Details** view. If you come across user feedback that you consider spam, select the feedback(s) and click "Mark as Spam". This feedback will then be filtered out and moved to the "Spam" heading.
5757

5858
## Searching for User Feedback
5959

@@ -63,6 +63,15 @@ Example search: `url:*/payments/*`
6363

6464
For a list of search fields, refer to the [search documentation](/concepts/search/searchable-properties/user-feedback/).
6565

66+
## Spam Detection for User Feedback
67+
By default, Sentry auto-detects user feedback submissions that are likely to be spam and puts them in the “Spam” folder on the **User Feedback** page. This improves the quality and actionability of the feedback that are in the main list. To improve the quality of your alerts, feedback that's labeled as spam will bypass any User Feedback Alert Rules you may have configured.
68+
69+
To make automatic spam detection possible, we use a Large Language Model that classifies messages. This language model is internal to Google Cloud Platform and no data is stored or persisted. This is part of our existing [sub-processor agreement](https://sentry.io/legal/dpa/#subprocessors).
70+
71+
If you’d like to opt out of spam detection, turn off "Enable Spam Detection" in [Settings](https://sentry.io/orgredirect/organizations/:orgslug/settings/) > Projects > [Project Name] > User Feedback (under “Project”).
72+
73+
74+
6675
## Getting User Feedback Alerts
6776

6877
If you have Sentry's default issue alert ("Alert me on every new issue") turned on for the project(s) with user feedback set up, then you should automatically get alerted every time new user feedback comes in via the User Feedback Widget.

0 commit comments

Comments
 (0)