mozilla-rally / rally-core-addon

Mozilla Public License 2.0
9 stars 13 forks source link

Incorrect label used for `hispanicLatinxSpanishOrigin` in demographics, results in `__other__` #807

Closed rhelmer closed 2 years ago

rhelmer commented 2 years ago

The label for the Hispanic origin question in the core add-on's demographic survey is incorrect, it is hispanicLatinxSpanishOrigin and should be hispanic_latinx_spanish per the metrics.yaml.

glean.js currently silently substitutes __other__ if an unknown dynamic label is specified, although this behavior is being reconsidered.