You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -536,7 +537,15 @@ class AutoSync extends Disposable {
536
537
thrownewUserDataAutoSyncError(localize('turned off machine',"Cannot sync because syncing is turned off on this machine from another machine."),UserDataSyncErrorCode.TurnedOff);
537
538
}
538
539
540
+
conststartTime=newDate().getTime();
539
541
awaitthis.syncTask.run();
542
+
this.telemetryService.publicLog2<{
543
+
duration: number;
544
+
},{
545
+
owner: 'sandy081';
546
+
comment: 'Report when running a sync operation';
547
+
duration: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'Time taken to run sync operation'};
0 commit comments