Skip to content

Commit 4fca030

Browse files
authored
Adding GDPR tag for isFirstSession (#22955)
1 parent ba94553 commit 4fca030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/client/telemetry/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,8 @@ export interface IEventNamePropertyMapping {
681681
"totalactivatetime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
682682
"totalnonblockingactivatetime" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
683683
"usinguserdefinedinterpreter" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
684-
"usingglobalinterpreter" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" }
684+
"usingglobalinterpreter" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" },
685+
"isfirstsession" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "luabud" }
685686
}
686687
*/
687688
[EventName.EDITOR_LOAD]: {

0 commit comments

Comments
 (0)