Closed wlach closed 7 years ago
buildid <-> version mappings are being explored in the buildhub project https://github.com/mozilla-services/buildhub/
Might be useful?
Played with this a bit. I can get a mapping of build id to beta version by hitting this endpoint:
This is addressed by #113
Right now we're only displaying the major part of the version for beta (e.g. "55.0"). Instead it would be better if we had a breakdown by each release (e.g. "55.0b5").
This is an error aggregation issue: https://github.com/mozilla/telemetry-streaming/pull/59
We should probably also figure out how to use the buildid for more precise information for other channels (e.g. nightly), but that's strictly a seperate issue (will file an issue/pr when I figure out what to do).