With https://github.com/amplitude/Amplitude-Swift/pull/192, objects in event properties dictionaries that are not directly encodable to JSON will be encoded as "[Non-Encodable]" versus being dropped. To fix this issue, please add Encodable support for the object or decompose it into more primitive types such as Strings and numbers.
Summary
With https://github.com/amplitude/Amplitude-Swift/pull/192, objects in event properties dictionaries that are not directly encodable to JSON will be encoded as "[Non-Encodable]" versus being dropped. To fix this issue, please add
Encodable
support for the object or decompose it into more primitive types such as Strings and numbers.