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
|
@ -13,7 +13,7 @@ class CrashReporter {
|
|||
submitURL,
|
||||
uploadToServer = true,
|
||||
rateLimit = false,
|
||||
compress = false
|
||||
compress = true
|
||||
} = options || {};
|
||||
|
||||
if (submitURL == null) throw new Error('submitURL is a required option to crashReporter.start');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue