We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06076a0 commit 4a50e00Copy full SHA for 4a50e00
1 file changed
src/client/telemetry/index.ts
@@ -2003,4 +2003,11 @@ export interface IEventNamePropertyMapping {
2003
"tensorboard_jump_to_source_file_not_found" : { "owner": "greazer" }
2004
*/
2005
[EventName.TENSORBOARD_JUMP_TO_SOURCE_FILE_NOT_FOUND]: never | undefined;
2006
+ /* __GDPR__
2007
+ "query-expfeature" : {
2008
+ "owner": "luabud",
2009
+ "comment": "Logs queries to the experiment service by feature for metric calculations",
2010
+ "ABExp.queriedFeature": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "The experimental feature being queried" }
2011
+ }
2012
+ */
2013
}
0 commit comments