Track build featureset
Change-Id: I19a1a66e5eb12507ea475d14e9575a12fbb4096f
diff --git a/elk-logger/mixpanel b/elk-logger/mixpanel
index b9e9b4d..08c1ee9 100755
--- a/elk-logger/mixpanel
+++ b/elk-logger/mixpanel
@@ -24,6 +24,8 @@
build_version_file = '/tmp/cord-build'
cord_version_file = '/tmp/cord-build-version'
+build_features = []
+
try:
mp = Mixpanel("7d5ca3b3ff870dbeda89c9d5af59e9e9")
hostname = socket.gethostname()
@@ -37,6 +39,7 @@
git_hash,err = p.communicate()
context['last-commit'] = git_hash
+ context['build-features'] = build_features
if (args.status):
context['status'] = args.status