Hey all! Thanks for setting this up! I have this ...
# ask-questions
l
Hey all! Thanks for setting this up! I have this running experiment which, for some reason, doesn’t get shown in the Chrome extension, and doesn’t call the trackingCallback on my frontend. So the frontend effectively doesn’t recognize that experiment. The feature flag is still set according to the rule (33%/33%/33%). Do you have an idea why that may be? It’s preventing me from logging the experiment values to my own analytics platforms.
f
Hi Mikhail - The chrome extension is placing you in an experiment according to that screen shot
is that not the case (variation 0?)
l
That’s a different experiment
But I found the issue. the user was only being placed into the
staging-pipeline
experiment when useFeatureIsOn hook was being executed in my react app. And that only happened after a certain UI interaction
so it works now, thank you!
🙌 1