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
{{ message }}
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
I'm trying to pass a "company" trait - map of values - to
Expo.Segment.identify(..., traits)
.In our android app, the "company" object is sent as a string of the JSON instead of a Map.
The offending method is here:
https://github.com/expo/expo-analytics-segment/blob/master/android/src/main/java/expo/modules/analytics/segment/SegmentModule.java#L60
Example raw payload:
"company" is defined as an object here: https://segment.com/docs/spec/identify/
This is handled correctly in iOS:
Interestingly com.segment.analytics.Traits does not have any mention of company.
The text was updated successfully, but these errors were encountered: