From 18d29fe372784499b88a9a82fcb173826012ca1b Mon Sep 17 00:00:00 2001 From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:28:43 +0000 Subject: [PATCH 1/2] Adding GDPR info for first session --- 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 bb2cd6d77896..4cd85b482c66 100644 --- a/src/client/telemetry/index.ts +++ b/src/client/telemetry/index.ts @@ -681,7 +681,8 @@ export interface IEventNamePropertyMapping { "totalactivatetime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" }, "totalnonblockingactivatetime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" }, "usinguserdefinedinterpreter" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" }, - "usingglobalinterpreter" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" } + "usingglobalinterpreter" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" }, + "isFirstSession" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" } } */ [EventName.EDITOR_LOAD]: { From 00f57eead9e41ad4d2d849b87fe0ef4372c3d400 Mon Sep 17 00:00:00 2001 From: Courtney Webster <60238438+cwebster-99@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:29:11 +0000 Subject: [PATCH 2/2] lower case name --- src/client/telemetry/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/telemetry/index.ts b/src/client/telemetry/index.ts index 4cd85b482c66..bdb098be520e 100644 --- a/src/client/telemetry/index.ts +++ b/src/client/telemetry/index.ts @@ -682,7 +682,7 @@ 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" } } */ [EventName.EDITOR_LOAD]: {