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
Describe the bug
We send up a 'config' of multiple Key/Value pairs as a single property in a tracking event.
This is done as a single JSON string.
We've noticed (but not 100% sure from when, we think when going from Xamarin to this nuget) that the Values of the all the Key/Value pairs are coming out as empty json arrays []
Expected behavior
The internal properties are not altered.
Screenshots
Here are some screenshots showing what we are sending, and then a screenshot of the raw data as appearing in Segment.
Screenshot of the 'Properties' object about to be sent the Analytics.Track function
Here's the config property expanded, showing it a string that contains JSON data with different values.
However, here's how the data is appearing in Segment.
Platform (please complete the following information):
Library Version in use: Confirmed live in 2.4.2, not tested live with 2.5.0 though.