Skip to content

Commit

Permalink
Adding GDPR tag for isFirstSession (#22955)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwebster-99 authored Feb 22, 2024
1 parent ba94553 commit 4fca030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/telemetry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]: {
Expand Down

0 comments on commit 4fca030

Please sign in to comment.