Commit 667edb2
committed
Update maxAttachmentSize from 100MB to 200MB
Updates the maximum attachment size limit to align with the latest
Sentry relay limits as documented in:
https://develop.sentry.dev/sdk/data-model/envelopes/#size-limits
Changes:
- Increased maxAttachmentSize default from 100MB to 200MB
- Updated documentation in SentryOptions.h
- Updated unit tests in SentryOptionsTest.m
This change supports the following envelope size limits:
- 40MB for compressed envelope requests
- 200MB for full envelope after decompression
- 200MB for all attachments combined
- 200MB for each individual attachment item
Relates to: #65371 parent 324157f commit 667edb2
File tree
3 files changed
+5
-5
lines changed- Sources/Sentry
- Public
- Tests/SentryTests
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
689 | | - | |
| 689 | + | |
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
| |||
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
808 | | - | |
| 808 | + | |
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
| |||
0 commit comments