From 3ff49c1edc0460b9b66523bbb991301f15351797 Mon Sep 17 00:00:00 2001 From: Logan Ramos Date: Fri, 5 Apr 2024 08:21:21 -0700 Subject: [PATCH] Fix bad telemetry classification --- src/extension/telemetry/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/extension/telemetry/index.ts b/src/extension/telemetry/index.ts index 5853002a..d1ec6d91 100644 --- a/src/extension/telemetry/index.ts +++ b/src/extension/telemetry/index.ts @@ -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" } } */