From 34dd569040c890b78254abd60f98e30cc3f72115 Mon Sep 17 00:00:00 2001 From: Eduardo Villalpando Mello Date: Wed, 5 Aug 2026 16:04:40 -0700 Subject: [PATCH] Add GDPR classification for environments extension telemetry --- src/client/telemetry/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/telemetry/index.ts b/src/client/telemetry/index.ts index 4a2be37165a1..b1504981332a 100644 --- a/src/client/telemetry/index.ts +++ b/src/client/telemetry/index.ts @@ -358,7 +358,8 @@ export interface IEventNamePropertyMapping { "totalnonblockingactivatetime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" }, "usinguserdefinedinterpreter" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" }, "usingglobalinterpreter" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" }, - "isfirstsession" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" } + "isfirstsession" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" }, + "usingenvironmentsextension" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "eduardovil" } } */ [EventName.EDITOR_LOAD]: {