diff --git a/src/client/telemetry/index.ts b/src/client/telemetry/index.ts index bb2cd6d77896..bdb098be520e 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]: {