Skip to content

Commit

Permalink
Add GDPR comment for repltype (#23974)
Browse files Browse the repository at this point in the history
Add missing GDPR comment for new `repltype` telemetry - this ensure it
will get classified correctly
  • Loading branch information
cwebster-99 authored Aug 19, 2024
1 parent a3dcf1b commit 9cd6b2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/telemetry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,8 @@ export interface IEventNamePropertyMapping {
*/
/* __GDPR__
"repl" : {
"duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "anthonykim1" }
"duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true, "owner": "anthonykim1" },
"repltype" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "anthonykim1" }
}
*/
[EventName.REPL]: {
Expand Down

0 comments on commit 9cd6b2d

Please sign in to comment.