feat: [crashReporter] enable compression by default (#25288)
This commit is contained in:
parent
4484e95fc8
commit
4dc09ea9dc
5 changed files with 8 additions and 2 deletions
|
@ -59,7 +59,7 @@ The `crashReporter` module has the following methods:
|
|||
* `rateLimit` Boolean (optional) _macOS_ _Windows_ - If true, limit the
|
||||
number of crashes uploaded to 1/hour. Default is `false`.
|
||||
* `compress` Boolean (optional) - If true, crash reports will be compressed
|
||||
and uploaded with `Content-Encoding: gzip`. Default is `false`.
|
||||
and uploaded with `Content-Encoding: gzip`. Default is `true`.
|
||||
* `extra` Record<String, String> (optional) - Extra string key/value
|
||||
annotations that will be sent along with crash reports that are generated
|
||||
in the main process. Only string values are supported. Crashes generated in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue