Skip to content

Commit

Permalink
feat(native): document minidump compression containers (#11304)
Browse files Browse the repository at this point in the history
  • Loading branch information
supervacuus authored Oct 4, 2024
1 parent b139b1f commit f631c13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/platforms/native/guides/minidumps/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ curl -X POST \
For the full list of supported values, see [_Event Payloads_](https://develop.sentry.dev/sdk/event-payloads/) and linked
documents.

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.

## Size Limits

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

0 comments on commit f631c13

Please sign in to comment.