Bug 1625194 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Here's work that's been done so far towards supporting Fenix better:

`Version` used to be the GeckoView version but was changed to be the app version. `GeckoViewVersion` and `AndroidComponentsVersion` were added. That's covered in https://github.com/mozilla-mobile/fenix/issues/7245 and fixed in https://github.com/mozilla-mobile/android-components/issues/6186 . March 11th, 2020.

`ReleaseChannel` was fixed to be "release", "beta", or "nightly". That was covered in https://github.com/mozilla-mobile/fenix/issues/9104 and fixed in  https://github.com/mozilla-mobile/fenix/pull/9130 . March 11th, 2020.

Since Fenix was reporting the GeckoView version for `Version` and we switched and the GeckoView version is very much higher than the Fenix version, the product home (https://github.com/mozilla-mobile/android-components/issues/6186) was showing the wrong versions. Roger created a product details file that we'll update going forward. https://github.com/mozilla-services/socorro/blob/master/product_details/Fenix.json

Bug #1624911 covers fixing Fenix nightly versions to something that groups better so Roger doesn't have to update the product details file daily.

Bug #1555096 covers generating correlations data for Fenix.
Here's work that's been done so far towards supporting Fenix better:

`Version` used to be the GeckoView version but was changed to be the app version. `GeckoViewVersion` and `AndroidComponentsVersion` were added. That's covered in https://github.com/mozilla-mobile/fenix/issues/7245 and fixed in https://github.com/mozilla-mobile/android-components/issues/6186 . March 11th, 2020.

`ReleaseChannel` was fixed to be "release", "beta", or "nightly". That was covered in https://github.com/mozilla-mobile/fenix/issues/9104 and fixed in  https://github.com/mozilla-mobile/fenix/pull/9130 . March 11th, 2020.

Since Fenix was reporting the GeckoView version for `Version` and we switched and the GeckoView version is very much higher than the Fenix version, the product home (https://github.com/mozilla-mobile/android-components/issues/6186) was showing the wrong versions. Roger created a product details file that we'll update going forward. https://github.com/mozilla-services/socorro/blob/master/product_details/Fenix.json . March 25th, 2020.

Bug #1624911 covers fixing Fenix nightly versions to something that groups better so Roger doesn't have to update the product details file daily.

Bug #1555096 covers generating correlations data for Fenix.

Back to Bug 1625194 Comment 1