Skip to content

Commit 6b8f2e2

Browse files
authored
Add comment for call-tas-error telemetry event (#19795)
This is to classify the new call-tas-error event the Python extension sends when calls to TAS fail.
1 parent 2f63423 commit 6b8f2e2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/client/telemetry/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,4 +1960,11 @@ export interface IEventNamePropertyMapping {
19601960
"ABExp.queriedFeature": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "The experimental feature being queried" }
19611961
}
19621962
*/
1963+
/* __GDPR__
1964+
"call-tas-error" : {
1965+
"owner": "luabud",
1966+
"comment": "Logs when calls to the experiment service fails",
1967+
"ABExp.queriedFeature": { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth"}
1968+
}
1969+
*/
19631970
}

0 commit comments

Comments
 (0)