in telemetry/validation/src/telemetryDefinitions.ts [157:159]
function stringSort(a: string, b: string): number { return a.localeCompare(b) }