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
hi @apuig. glad you found a workaround. besides what you mentioned, we have identified a few optimization needed for the SDK used in server use cases. they are in our roadmap but we just haven't had chance to get to them because other priorities. will get back to you once we have them ready. thanks!
Is your feature request related to a problem? Please describe.
I would like to specify the userId without relaying on
userInfo
state.In a test, using the java compatibility:
sometimes it generates a track event without
userId
, but regardless of this, I want to be able to send a track without a previous identify.Describe the solution you'd like
Some signature to send a track event with the desired
userId
.Describe alternatives you've considered
After checking Events.kt, looks like its not possible to customize this attribute.
The text was updated successfully, but these errors were encountered: