Add tentative prefix to crash report uploads
This commit is contained in:
parent
90356d4c0f
commit
145d9287d9
3 changed files with 11 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue