mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat: [crashReporter] enable compression by default (#25288)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user