sentry electron sdk

This commit is contained in:
Eugene Pankov
2019-11-26 15:51:31 +01:00
parent 03fc68bb6d
commit 5fb70f1812
10 changed files with 367 additions and 58 deletions

View File

@@ -22,7 +22,6 @@ export class Application {
app.commandLine.appendSwitch('lang', 'EN')
for (const flag of configData.flags || [['force_discrete_gpu', '0']]) {
console.log('Setting Electron flag:', flag.join('='))
app.commandLine.appendSwitch(flag[0], flag[1])
}
}