cpp-133: Throttle GA events

Sampling is now used to reduce number of events sent

Fixes #133
This commit is contained in:
serso 2015-02-18 12:20:38 +01:00
parent 0d3075b0a5
commit 841b3a2d5e

View File

@ -3,4 +3,5 @@
<string name="ga_trackingId">UA-28724009-2</string>
<bool name="ga_reportUncaughtExceptions">true</bool>
<bool name="ga_autoActivityTracking">true</bool>
<string name="ga_sampleFrequency">10.0</string>
</resources>