Skip to content

Commit 9cd6b2d

Browse files
authored
Add GDPR comment for repltype (#23974)
Add missing GDPR comment for new `repltype` telemetry - this ensure it will get classified correctly
1 parent a3dcf1b commit 9cd6b2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/client/telemetry/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2305,7 +2305,8 @@ export interface IEventNamePropertyMapping {
23052305
*/
23062306
/* __GDPR__
23072307
"repl" : {
2308-
"duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "anthonykim1" }
2308+
"duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "anthonykim1" },
2309+
"repltype" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "anthonykim1" }
23092310
}
23102311
*/
23112312
[EventName.REPL]: {

0 commit comments

Comments
 (0)