Skip to content

Commit b92ae50

Browse files
ref(stats): Rename cors to disallowed domain (#12009)
1 parent 60dc8bb commit b92ae50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/stats/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Events and attachments discarded due to rate limits or quota. The following reas
5858
### Invalid
5959
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:
6060

61-
- **Cors**: A request from an unallowed origin was sent to Sentry. Check project settings to configure allowed domains.
61+
- **Disallowed Domain**: A request from an unallowed origin was sent to Sentry. Check project settings to configure allowed domains.
6262
- **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.
6363
- **Empty**: An empty request or a request missing its primary data component was submitted.
6464
- **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.

0 commit comments

Comments
 (0)