Skip to content

Commit 91c228a

Browse files
feat(outcomes): Add documentation for new information on outcome "Too Large". (#13012)
* Add documentation for new information on outcome "Too Large". --------- Co-authored-by: Priscila Oliveira <[email protected]>
1 parent 28d68bf commit 91c228a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/stats/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Events and attachments might be discarded if they don't match the expected forma
6969
- **Project Missing**: The specified Sentry project is disabled or project information in the submitted request was inconclusive.
7070
- **Sampling**: Tracing data that is discarded during sampling.
7171
- **Security Report**: An invalid or unsupported security report was submitted. If this report originates from an up-to-date browser, please report a bug to Sentry. See [Security Policy Reporting](/security-legal-pii/security/security-policy-reporting/) for more information.
72-
- **Too Large**: The HTTP submission or its contained data exceeds size limits. See [this document](https://develop.sentry.dev/sdk/data-model/envelopes/#size-limits) for the precise limits.
72+
- **Too Large**: The HTTP submission or its contained data exceeds size limits. If available, what exactly exceeded might be provided as "Too Large &lt;what&gt;", where &lt;what&gt; specifies the specific size limit that was exceeded (e.g., "Too Large Event") else "Too Large Other". For the exact size limits, refer to [this document](https://develop.sentry.dev/sdk/data-model/envelopes/#size-limits)
7373
- **Unreal**: An unsupported or invalid Unreal Engine crash report was submitted. If this request originates from a recent or development version of the Unreal Engine, please report a bug to Sentry. See [Unreal Engine](/platforms/unreal/) for more information.
7474
- **Internal**: An internal problem at Sentry prevented regular processing or storage of the submitted information.
7575

0 commit comments

Comments
 (0)