Skip to content

Commit f631c13

Browse files
authored
feat(native): document minidump compression containers (#11304)
1 parent b139b1f commit f631c13

File tree

1 file changed

+2
-0
lines changed
  • docs/platforms/native/guides/minidumps

1 file changed

+2
-0
lines changed

docs/platforms/native/guides/minidumps/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ curl -X POST \
111111
For the full list of supported values, see [_Event Payloads_](https://develop.sentry.dev/sdk/event-payloads/) and linked
112112
documents.
113113

114+
If your minidump's size exceeds the [limits](#size-limits) in the next section, you can compress it using `gzip`, `zstd`, `bzip2` or `xz` and refer the `upload_file_minidump` to the compressed file instead of the plain minidump.
115+
114116
## Size Limits
115117

116118
Event ingestion imposes limits on the size and number of fields in multipart

0 commit comments

Comments
 (0)