Skip to content

Commit 02fe7d0

Browse files
authored
Add GDPR classification for environments extension telemetry (#26097)
1 parent a0399d5 commit 02fe7d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/client/telemetry/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,8 @@ export interface IEventNamePropertyMapping {
358358
"totalnonblockingactivatetime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
359359
"usinguserdefinedinterpreter" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
360360
"usingglobalinterpreter" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
361-
"isfirstsession" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" }
361+
"isfirstsession" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
362+
"usingenvironmentsextension" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eduardovil" }
362363
}
363364
*/
364365
[EventName.EDITOR_LOAD]: {

0 commit comments

Comments
 (0)