Add tentative prefix to crash report uploads

This commit is contained in:
Fedor Indutny 2022-01-14 13:50:45 -08:00 committed by GitHub
parent 90356d4c0f
commit 145d9287d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View file

@ -106,6 +106,7 @@ export function setup(getLogger: () => LoggerType): void {
extension: 'dmp',
contentType: 'application/octet-stream',
compress: false,
prefix: 'desktop-crash-',
});
logger.info('crashReports: upload complete');