From 841b3a2d5ee726b4572a8bbd363fd0257e0f1415 Mon Sep 17 00:00:00 2001 From: serso Date: Wed, 18 Feb 2015 12:20:38 +0100 Subject: [PATCH] cpp-133: Throttle GA events Sampling is now used to reduce number of events sent Fixes #133 --- android-app/src/main/res/xml/ga.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android-app/src/main/res/xml/ga.xml b/android-app/src/main/res/xml/ga.xml index 83a49feb..9f61b0ce 100644 --- a/android-app/src/main/res/xml/ga.xml +++ b/android-app/src/main/res/xml/ga.xml @@ -3,4 +3,5 @@ UA-28724009-2 true true + 10.0 \ No newline at end of file