| Index: tracing/tracing/metrics/metric_registry.html
|
| diff --git a/tracing/tracing/metrics/metric_registry.html b/tracing/tracing/metrics/metric_registry.html
|
| index a1fc7c7c6dfbd8178a59e3559a821ff2eb1d1161..5c89fab9128948b4623ccc4034718b1a9dd3c515 100644
|
| --- a/tracing/tracing/metrics/metric_registry.html
|
| +++ b/tracing/tracing/metrics/metric_registry.html
|
| @@ -44,7 +44,7 @@ tr.exportTo('tr.metrics', function() {
|
| line = line.replace(/^ */, '').split(':');
|
| if (line.length < 4) return '';
|
| return line[line.length - 3].split('/');
|
| - }).filter(tr.b.identity);
|
| + }).filter(x => x);
|
| }
|
|
|
| MetricRegistry.checkFilename = function(metricName, opt_metricPathForTest) {
|
|
|