[Telemetry] Added 'name' as a telemetry datum attribute. Fixes #1099

This commit is contained in:
Henry
2016-12-19 15:57:07 -08:00
parent 09e79d38ff
commit 6936ab6100
5 changed files with 43 additions and 24 deletions

View File

@@ -286,7 +286,9 @@ define([
});
return results;
});
var sortKeys = hints.map(function (h) { return 'hints.' + h; });
var sortKeys = hints.map(function (h) {
return 'hints.' + h;
});
return _.sortByAll(options, sortKeys);
};