Skip to content

Commit 1a88f20

Browse files
authored
Fix bad telemetry classification (#303)
1 parent 03f7702 commit 1a88f20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/extension/telemetry/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -604,8 +604,7 @@ export interface IEventNamePropertyMapping {
604604
"autodetectedfastapimainpypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
605605
"autodetectedflaskapppypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
606606
"manuallyenteredavalue" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
607-
"browsefilevalue" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
608-
607+
"browsefilevalue" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" }
609608
}
610609
*/
611610

0 commit comments

Comments
 (0)