You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add default flush_interval option in constructor and allow it to be user configurable with 1 second limit and add error message if set lower that 1.
add flush_at option and refactor batch_size option; add configurable limit to be no less that 1 and add error message if set lower that 1;
also warn user of batch_size future deprecation
Implement two configurable parameters:
These parameters should be available when instantiating the analytics client, and they should have separate getters and setters.
Tasks:
The text was updated successfully, but these errors were encountered: