feat(shorebird_code_push_protocol): release_version group_by on unique-users (#3843)

This commit is contained in:
Mac
2026-07-09 15:17:05 -06:00
committed by GitHub
parent 9086e89bd5
commit f098f2587b
2 changed files with 6 additions and 2 deletions
@@ -1,5 +1,6 @@
enum GetUniqueUsersParameter3 {
platform._('platform');
platform._('platform'),
releaseVersion._('release_version');
const GetUniqueUsersParameter3._(this.value);
@@ -48,7 +48,10 @@ class UniqueUsersBreakdownEntry {
/// The dimension this entry breaks down by (e.g. "platform").
final String groupBy;
/// The value within `group_by` (e.g. "android").
/// The value within `group_by` (e.g. "android"). For
/// `group_by=release_version`, the empty string is the
/// unknown-version group — devices whose client is too old to
/// report a release version.
final String groupValue;
/// Distinct active devices for this group over the window (an HLL