Hey all, I love using the events via the Intercom iOS SDK. For some actions, users might trigger large amount of events(~30 in 1 min). Should I batch these events myself or the Intercom SDK is already handling it?
Specifically, do I need to batch events myself before calling this method?
Intercom.logEvent(withName: event, metaData: metadata)
Thanks!