Skip to content

Commit 3eabf5d

Browse files
committed
fix conflict
1 parent 0604360 commit 3eabf5d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/common/telemetry/constants.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,16 @@ export interface IEventNamePropertyMapping {
328328
managerName: string;
329329
reason: 'tool_not_found';
330330
};
331+
332+
/* __GDPR__
333+
"pet.init_duration": {
334+
"result": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
335+
"errorType": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
336+
"<duration>": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "eleanorjboyd" }
337+
}
338+
*/
339+
[EventNames.PET_INIT_DURATION]: {
340+
result: 'success' | 'error' | 'timeout';
341+
errorType?: string;
342+
};
331343
}

0 commit comments

Comments
 (0)