Open
Description
I am trying to use
open class func initialize(
token apiToken: String,
trackAutomaticEvents: Bool,
flushInterval: Double = 60,
instanceName: String? = nil,
optOutTrackingByDefault: Bool = false,
useUniqueDistinctId: Bool = false,
superProperties: Properties? = nil,
serverURL: String? = nil
) -> MixpanelInstance
to register super properties before tracking of the automatic events
but since registerSuperProperties is async automaticEvents.initializeEvents(instanceName: self.name)
is run before super properties are set.
Is it possible to fix this issue?
Metadata
Metadata
Assignees
Labels
No labels