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
@@ -130,6 +133,7 @@ export class ChatArcTelemetrySender extends Disposable {
130
133
modelId: string|undefined;
131
134
languageId: string|undefined;
132
135
mode: string|undefined;
136
+
uniqueEditId: string|undefined;
133
137
134
138
didBranchChange: number;
135
139
timeDelayMs: number;
@@ -152,6 +156,7 @@ export class ChatArcTelemetrySender extends Disposable {
152
156
modelId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The model id.'};
153
157
languageId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The language id of the document.'};
154
158
mode: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The mode chat was in.'};
159
+
uniqueEditId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The unique identifier for the edit.'};
155
160
156
161
didBranchChange: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'Indicates if the branch changed in the meantime. If the branch changed (value is 1); this event should probably be ignored.'};
157
162
timeDelayMs: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'The time delay between the user accepting the edit and measuring the survival rate.'};
@@ -178,6 +183,7 @@ export class ChatArcTelemetrySender extends Disposable {
0 commit comments