Commit b231006c authored by Seth Ladd's avatar Seth Ladd Committed by GitHub

analytics expects a format of cd<integer> for custom dimensions (#10864)

parent 595cd23c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment