Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(minidump): Recommend to turn off gzip for crashpad
  • Loading branch information
jan-auer committed Jul 11, 2018
commit ddbf55d2bddb1f311e116c56ff9f94a630d40a61
8 changes: 8 additions & 0 deletions docs/clients/minidump/crashpad.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ platforms, child processes must also register by using `SetHandlerIPCPipe()`_.
For more information on configuring the crashpad handler, see
`crashpad_handler`_.

.. admonition:: Known Issue

Sentry cannot handle gzip compressed minidump submissions and will respond
with a 400 error. To fix this, pass the ``--no-upload-gzip`` argument to the
handler::

arguments.push_back("--no-upload-gzip");

If you also want Crashpad to upload crashes to Sentry, additionally configure
the Crashpad database for automatic uploads:

Expand Down