cpp-133: Throttle GA events
Sampling is now used to reduce number of events sent Fixes #133
This commit is contained in:
parent
0d3075b0a5
commit
841b3a2d5e
@ -3,4 +3,5 @@
|
|||||||
<string name="ga_trackingId">UA-28724009-2</string>
|
<string name="ga_trackingId">UA-28724009-2</string>
|
||||||
<bool name="ga_reportUncaughtExceptions">true</bool>
|
<bool name="ga_reportUncaughtExceptions">true</bool>
|
||||||
<bool name="ga_autoActivityTracking">true</bool>
|
<bool name="ga_autoActivityTracking">true</bool>
|
||||||
|
<string name="ga_sampleFrequency">10.0</string>
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in New Issue
Block a user