diff --git a/docs/product/stats/index.mdx b/docs/product/stats/index.mdx index 91a2b497488f94..1f2613d38c2c6a 100644 --- a/docs/product/stats/index.mdx +++ b/docs/product/stats/index.mdx @@ -58,7 +58,7 @@ Events and attachments discarded due to rate limits or quota. The following reas ### Invalid Events and attachments might be discarded if they don't match the expected format or contain data that can't be processed. The following reasons are currently defined: -- **Cors**: A request from an unallowed origin was sent to Sentry. Check project settings to configure allowed domains. +- **Disallowed Domain**: A request from an unallowed origin was sent to Sentry. Check project settings to configure allowed domains. - **Duplicate**: An event with the same id has already been processed for this project. Sentry does not allow duplicate events and only stores the first one. - **Empty**: An empty request or a request missing its primary data component was submitted. - **Invalid Data**: Data sent by the SDK was invalid and does not meet the basic schema. This likely indicates an SDK implementation bug. Please report a bug if this issue persists.