diff --git a/web/app/views/shared/_ga.html.erb b/web/app/views/shared/_ga.html.erb
index b1c147703..fb3cd03b2 100644
--- a/web/app/views/shared/_ga.html.erb
+++ b/web/app/views/shared/_ga.html.erb
@@ -6,6 +6,7 @@
if(currentVersion == null || currentVersion.indexOf("Compiled") > -1) {
// don't track dev version of the client
+ context.ga = function() {}
return;
}
}