analytics expects a format of cd<integer> for custom dimensions (#10864)
This commit is contained in:
parent
595cd23c8c
commit
b231006ce7
@ -27,8 +27,8 @@ class Usage {
|
||||
|
||||
// Report a more detailed OS version string than package:usage does by
|
||||
// default. Also, send the branch name as the "channel".
|
||||
_analytics.setSessionValue('dimension1', os.name);
|
||||
_analytics.setSessionValue('dimension2', FlutterVersion.getBranchName(whitelistBranchName: true));
|
||||
_analytics.setSessionValue('cd1', os.name);
|
||||
_analytics.setSessionValue('cd2', FlutterVersion.getBranchName(whitelistBranchName: true));
|
||||
|
||||
bool runningOnCI = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user