hello, I've a question, I just looked at growthbo...
# announcements
h
hello, I've a question, I just looked at growthbook SDK and realized the tracking callback only happens in an experiment, not on a feature. If I've defined a feature in growthbook UI, and want to use it, should I be using experiment in my code instead of feature?
f
if you want to track the feature as an A/B test, you would create an experiment rule on that feature
h
but the SDK doesn't send the data on tracking callback, how would that work?
f
the trackingCallback will be called when a feature has an experiment rule
h
hmm 🤔 let me check the code again 🙂
thanks, changing the forced rule to an experiment rule starts giving me a callback 🙂
f
👍