holidayextras / barometer

Framework agnostic browser performance metrics
MIT License
5 stars 5 forks source link

Lowercase the XHR metrics #32

Closed theninj4 closed 7 years ago

theninj4 commented 7 years ago

This PR changes the metrics we emit for XHR requests from this:

xhr.timing.POST.www_example_com/foo.UNSENT

to this:

xhr.timing.post.www_example_com/foo.unsent
pmcnr-hx commented 7 years ago

Looks good: 👍