feat(shorebird_code_push_protocol): release_version group_by on unique-users (#3843)
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
enum GetUniqueUsersParameter3 {
|
||||
platform._('platform');
|
||||
platform._('platform'),
|
||||
releaseVersion._('release_version');
|
||||
|
||||
const GetUniqueUsersParameter3._(this.value);
|
||||
|
||||
|
||||
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user