-
Notifications
You must be signed in to change notification settings - Fork 278
Open
Labels
Description
Currently, OpenPanel allows only one event at a time to be tracked / ingested.
A bulk event tracking API would allow sending multiple events in a single request, dramatically improving performance for high-volume applications and data migration scenarios.
It would even be useful for mobile apps where network disconnection is a very common scenario to send all the past events bulked up.
If maintainers of this project or community find this feature to be potentially useful, I can take up building it.