Configuration
Firefox Reality version: v.10
Firefox Reality build ID:
Hardware:
All devices
Steps to Reproduce
- Watch the telemetry query from https://sql.telemetry.mozilla.org/queries/69899/source#176133,
we can see the distribution_channel_name in metrics would be null sometimes.
Current Behavior
After FxR v.9, the distribution_channel_name would be null from some situations. I think it causes by the recent Glean updates.
Expected Behavior
distribution_channel_name should be according to BuildConfig.FLAVOR_platform.
Possible Solution
After discussion with Glean team, they suggest us setting metrics after Glean.Initialize(). Otherwise, those pings and operations will be deleted in some cases.
Configuration
Firefox Reality version: v.10
Firefox Reality build ID:
Hardware:
All devices
Steps to Reproduce
we can see the
distribution_channel_namein metrics would be null sometimes.Current Behavior
After FxR v.9, the
distribution_channel_namewould be null from some situations. I think it causes by the recent Glean updates.Expected Behavior
distribution_channel_nameshould be according toBuildConfig.FLAVOR_platform.Possible Solution
After discussion with Glean team, they suggest us setting metrics after
Glean.Initialize(). Otherwise, those pings and operations will be deleted in some cases.