Skip to content

Commit

Permalink
ref(stats): Remove 'other' from Filters (#12447)
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev authored Jan 23, 2025
1 parent 81c0f52 commit 06e2099
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/product/stats/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Events and attachments that were successfully processed and stored.

### Filtered

Filtered events and attachments intentionally excluded based on defined settings. The following reasons are currently defined:
Filtered events and attachments intentionally excluded based on defined settings. Common reasons include:

- **Browser Extensions**: Filtered by browser extension.
- **Chunk Load Errors**: Filtered when code chunks can’t be found on the server.
Expand All @@ -43,7 +43,6 @@ Filtered events and attachments intentionally excluded based on defined settings
- **Release Version**: Filtered by release name (version).
- **React Hydration Errors**: Filtered due to a mismatch between the server-rendered and initial client User Interface.
- **Web Crawlers**: Identified as a known web crawler.
- **Other**: Filtered due to other generic filtering rules not specified above.

For more details, please consult the [Inbound Filters](/concepts/data-management/filtering/) documentation.

Expand Down

0 comments on commit 06e2099

Please sign in to comment.