It would be nice to be able to write metrics in userland.
I’m thinking of being able to add something like what @andrewrota linked to from #69 could be written as a third party or private metric that could be added to the list of metrics though metrics: ['NavigationTiming', require('./metrics/speed-index')].
It would be nice to be able to write metrics in userland.
I’m thinking of being able to add something like what @andrewrota linked to from #69 could be written as a third party or private metric that could be added to the list of metrics though
metrics: ['NavigationTiming', require('./metrics/speed-index')]
.