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
|
@ -12,6 +12,7 @@ const addGlobalParam = app.commandLine.getSwitchValue('add-global-param')?.split
|
|||
crashReporter.start({
|
||||
productName: 'Zombies',
|
||||
companyName: 'Umbrella Corporation',
|
||||
compress: false,
|
||||
uploadToServer,
|
||||
submitURL: url,
|
||||
ignoreSystemCrashHandler: true,
|
||||
|
|
|
@ -2,6 +2,7 @@ if (process.platform === 'linux') {
|
|||
process.crashReporter.start({
|
||||
submitURL: process.argv[2],
|
||||
productName: 'Zombies',
|
||||
compress: false,
|
||||
globalExtra: {
|
||||
_version: process.argv[3]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue