Hi there! If I do a % roll out for my feature flag...
# ask-questions
c
Hi there! If I do a % roll out for my feature flag, where can I find the list of users that belongs in the roll out group?
f
I dont think we log those users
c
ah ok, so I want to A/B test this feature, but I would need to know who these users are in order to run behavioral analysis on our product analytics tool (amplitude). What kind of tools do u guys have to help me achieve that?
f
so your concern is that if people were previously exposed to the rollout
it will effect the results in some way?
c
no actually i just want to see if there's a difference in behaviour between group A with feature flag on, and group B with feature flag off But i can only do the analysis on amplitude, so i need a way to figure out who is in group A
f
oh I see
the hashing algorithm is open source, and consistent for all SDKs - so you can run the hashing algorithm over the same set of users to see if they were already included.
a
Hey Graham! Do you have docs on how to correctly use the hashing algorithm for this kind of use case? i.e. what inputs should we be passing in?
if you can use one of our existing libraries, you just need to pass in the same rulesets