Skip to content

Commit 3a6362e

Browse files
author
Benjamin Pasero
committed
storage - bump telemetry id
1 parent bf8c26d commit 3a6362e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • src/vs/workbench/electron-browser

src/vs/workbench/electron-browser/shell.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -312,22 +312,22 @@ export class WorkbenchShell extends Disposable {
312312
loggedStorageErrors.add(errorStr);
313313

314314
/* __GDPR__
315-
"sqliteStorageError3" : {
315+
"sqliteStorageError4" : {
316316
"appReadyTime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
317317
"workbenchReadyTime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
318318
"workspaceExistsTime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
319+
"workspaceMigrationTime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
319320
"workspaceRequireTime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
320321
"workspaceSchemaTime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
321322
"workspaceReadTime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
322-
"workspaceMigrationTime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
323323
"localStorageTime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
324324
"workbenchRequireTime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
325325
"workspaceKeys" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
326326
"startupKind": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
327327
"storageError": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
328328
}
329329
*/
330-
this.telemetryService.publicLog('sqliteStorageError3', {
330+
this.telemetryService.publicLog('sqliteStorageError4', {
331331
'appReadyTime': appReadyDuration,
332332
'workbenchReadyTime': workbenchReadyDuration,
333333
'workspaceExistsTime': workspaceStorageFileExistsDuration,
@@ -354,7 +354,7 @@ export class WorkbenchShell extends Disposable {
354354
}
355355

356356
/* __GDPR__
357-
"sqliteStorageTimers3" : {
357+
"sqliteStorageTimers4" : {
358358
"appReadyTime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
359359
"workbenchReadyTime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
360360
"workspaceExistsTime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
@@ -368,7 +368,7 @@ export class WorkbenchShell extends Disposable {
368368
"startupKind": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true }
369369
}
370370
*/
371-
this.telemetryService.publicLog('sqliteStorageTimers3', {
371+
this.telemetryService.publicLog('sqliteStorageTimers4', {
372372
'appReadyTime': appReadyDuration,
373373
'workbenchReadyTime': workbenchReadyDuration,
374374
'workspaceExistsTime': workspaceStorageFileExistsDuration,

0 commit comments

Comments
 (0)