You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product/stats/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Events and attachments discarded due to rate limits or quota. The following reas
58
58
### Invalid
59
59
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:
60
60
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.
62
62
-**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.
63
63
-**Empty**: An empty request or a request missing its primary data component was submitted.
64
64
-**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