Skip to content

Commit f26890f

Browse files
committed
clean up
1 parent afa631a commit f26890f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/common/telemetry/constants.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ export interface IEventNamePropertyMapping {
9595
/* __GDPR__
9696
"extension.manager_registration_duration": {
9797
"duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
98-
"result" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
99-
"failureStage" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
100-
"errorType" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" }
98+
"result" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "StellaHuang95" },
99+
"failureStage" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "StellaHuang95" },
100+
"errorType" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "StellaHuang95" }
101101
}
102102
*/
103103
[EventNames.EXTENSION_MANAGER_REGISTRATION_DURATION]: {
@@ -281,8 +281,8 @@ export interface IEventNamePropertyMapping {
281281

282282
/* __GDPR__
283283
"manager_registration.failed": {
284-
"managerName": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
285-
"errorType": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" }
284+
"managerName": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "StellaHuang95" },
285+
"errorType": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "StellaHuang95" }
286286
}
287287
*/
288288
[EventNames.MANAGER_REGISTRATION_FAILED]: {
@@ -292,8 +292,8 @@ export interface IEventNamePropertyMapping {
292292

293293
/* __GDPR__
294294
"setup.hang_detected": {
295-
"failureStage": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
296-
"<duration>": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "eleanorjboyd" }
295+
"failureStage": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "StellaHuang95" },
296+
"<duration>": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "StellaHuang95" }
297297
}
298298
*/
299299
[EventNames.SETUP_HANG_DETECTED]: {
@@ -302,8 +302,8 @@ export interface IEventNamePropertyMapping {
302302

303303
/* __GDPR__
304304
"manager_registration.skipped": {
305-
"managerName": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
306-
"reason": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" }
305+
"managerName": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "StellaHuang95" },
306+
"reason": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "StellaHuang95" }
307307
}
308308
*/
309309
[EventNames.MANAGER_REGISTRATION_SKIPPED]: {
@@ -313,8 +313,8 @@ export interface IEventNamePropertyMapping {
313313

314314
/* __GDPR__
315315
"manager_discovery.mismatch": {
316-
"managerName": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eleanorjboyd" },
317-
"petEnvCount": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "eleanorjboyd" }
316+
"managerName": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "StellaHuang95" },
317+
"petEnvCount": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "StellaHuang95" }
318318
}
319319
*/
320320
[EventNames.MANAGER_DISCOVERY_MISMATCH]: {

0 commit comments

Comments
 (0)