2.10.1
Low Impact Changes
- Removed some data from the data layer that was left there from a previous migration from the Objective-C library:
app_version
,uuid
,visitor_id
,last_track_event
andlast_session_created
. - Prevented an eventual crash on XCode 15 beta due to
+load
method being defined on an obj-c category of a swift class.