telemetry-ios
telemetry-ios copied to clipboard
Add event counting to CorePing
We plan to add to CorePing an event counter dictionary to count user events.
For example: eventcount: {"new tab button": 5, "app menu button": 8}
I would like if we added a synchronized array that acts as a queue to rate limit inputs to the lib while we add this.