material-components / material-components-web-catalog

Catalog of Material Components for the web (MDC Web)
https://material-components.github.io/material-components-web-catalog/
Apache License 2.0
116 stars 42 forks source link

Analytics: Filter label changes #258

Open williamernest opened 5 years ago

williamernest commented 5 years ago

Too many events are being fired when users adjust labels. We should prune the label info from the url and compare the previous location.hash to the new location.hash (without labels) to determine if a change has occurred before sending an analytics event.