You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #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.
The text was updated successfully, but these errors were encountered:
Summary
With #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.The text was updated successfully, but these errors were encountered: