snowplow / snowplow-ios-tracker

Snowplow event tracker for Swift and Objective-C. Add analytics to your iOS, macOS, tvOS and watchOS apps and games
http://snowplow.io
Apache License 2.0
81 stars 93 forks source link

Match BaseEvent entities API with Android tracker #867

Closed mscwilson closed 9 months ago

mscwilson commented 9 months ago

Breaking changes in the BaseEvent class, to standardise the API with the Android tracker.

The BaseEvent.entities() builder method now appends the new list of entities, rather than replacing it.