diff --git a/docs/platforms/dotnet/common/enriching-events/attachments/index.mdx b/docs/platforms/dotnet/common/enriching-events/attachments/index.mdx index 294c3846b14a30..7fd78f03476cb5 100644 --- a/docs/platforms/dotnet/common/enriching-events/attachments/index.mdx +++ b/docs/platforms/dotnet/common/enriching-events/attachments/index.mdx @@ -57,6 +57,16 @@ Attachments live on the Scope + + + + +On iOS, scope attachments are only sent with events captured by the managed .NET SDK. Native crashes handled by the underlying Cocoa SDK do not include scope attachments. `SetBeforeSend` is also not invoked for native iOS crashes. + + + + + Sentry allows at most 40MB for a compressed request, and at most 200MB of uncompressed attachments per event, including the crash report file (if applicable). Uploads exceeding this size are rejected with HTTP error `413 Payload Too Large` and the data is dropped immediately. To add larger or more files, consider secondary storage options.