[Telemetry] Added 'name' as a telemetry datum attribute. Fixes #1099
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user