Skip to content

Commit c06ec90

Browse files
luabudeleanorjboyd
authored andcommitted
Update property name under GDPR classification (microsoft#19854)
To clear property named "errortype" under the "call-tas-error" event.
1 parent c69eb7a commit c06ec90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/telemetry/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,7 @@ export interface IEventNamePropertyMapping {
19641964
"call-tas-error" : {
19651965
"owner": "luabud",
19661966
"comment": "Logs when calls to the experiment service fails",
1967-
"ABExp.queriedFeature": { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth"}
1967+
"errortype": { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth", "comment": "Type of error when calling TAS (ServerError, NoResponse, etc.)"}
19681968
}
19691969
*/
19701970
}

0 commit comments

Comments
 (0)