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
Our old sampling group implementation was designed to support just one platform. Now, our server has to deal with android and iOS devices! That's why we should update our implementation to support this.
My suggestion is to check if there is data related to a different platform and then split the sampling group. If the user is just using Android, then leave the whole sampling group to this platform.
The text was updated successfully, but these errors were encountered:
Our old sampling group implementation was designed to support just one platform. Now, our server has to deal with android and iOS devices! That's why we should update our implementation to support this.
My suggestion is to check if there is data related to a different platform and then split the sampling group. If the user is just using Android, then leave the whole sampling group to this platform.
The text was updated successfully, but these errors were encountered: