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
@@ -124,6 +125,7 @@ export class ChatArcTelemetrySender extends Disposable {
124
125
editSessionId: string|undefined;
125
126
requestId: string|undefined;
126
127
modelId: string|undefined;
128
+
languageId: string|undefined;
127
129
128
130
didBranchChange: number;
129
131
timeDelayMs: number;
@@ -144,6 +146,7 @@ export class ChatArcTelemetrySender extends Disposable {
144
146
editSessionId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The session id.'};
145
147
requestId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The request id.'};
146
148
modelId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The model id.'};
149
+
languageId: {classification: 'SystemMetaData';purpose: 'FeatureInsight';comment: 'The language id of the document.'};
147
150
148
151
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.'};
149
152
timeDelayMs: {classification: 'SystemMetaData';purpose: 'FeatureInsight';isMeasurement: true;comment: 'The time delay between the user accepting the edit and measuring the survival rate.'};
@@ -159,6 +162,7 @@ export class ChatArcTelemetrySender extends Disposable {
159
162
$$requestUuid: false,
160
163
$$sessionId: false,
161
164
$$requestId: false,
165
+
$$languageId: false,
162
166
$modelId: false,
163
167
}),
164
168
extensionId: data.props.$extensionId,
@@ -167,6 +171,7 @@ export class ChatArcTelemetrySender extends Disposable {
0 commit comments