h4. Motivation
Allow to disable default metrics collected in Android core for the cases where users will want to use metrics to send some specific data but avoid default metrics being sent. IOS was adjusted to support this already.
h4. Technical details
Remove sendDefault metrics call from metrics initialization. Add explicit call to sent metrics from the application. Adjust documentation |
|