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
the keys old-plan and new-plan are discarded and the following warn messages are printed:
WARN com.github.segmentio.models.Props Key old-plan value :starter not allowed because it is not of type String, Integer, Double, Boolean, or Date.
WARN com.github.segmentio.models.Props Key new-plan value :enterprise not allowed because it is not of type String, Integer, Double, Boolean, or Date.
These should just be converted to strings.
The text was updated successfully, but these errors were encountered:
Currently if you pass in keys as values.. ie:
(segment-lib/track client user-id event {:old-plan :starter :new-plan :enterprise}
the keys
old-plan
andnew-plan
are discarded and the following warn messages are printed:These should just be converted to strings.
The text was updated successfully, but these errors were encountered: