From 94a8ef6ca42e8911cc9f8881587bc828fe90bb86 Mon Sep 17 00:00:00 2001 From: Priscila Oliveira Date: Mon, 2 Dec 2024 13:24:03 +0100 Subject: [PATCH] ref(stats): Rename cors to disallowed domain --- docs/product/stats/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/product/stats/index.mdx b/docs/product/stats/index.mdx index 91a2b497488f9..1f2613d38c2c6 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.