Skip to content

Commit

Permalink
Fix bad telemetry classification (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 authored Apr 5, 2024
1 parent 03f7702 commit 1a88f20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/extension/telemetry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,7 @@ export interface IEventNamePropertyMapping {
"autodetectedfastapimainpypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
"autodetectedflaskapppypath" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
"manuallyenteredavalue" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
"browsefilevalue" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" },
"browsefilevalue" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "paulacamargo25" }
}
*/

Expand Down

0 comments on commit 1a88f20

Please sign in to comment.