The
Documentation about the tracking callback not firing states that :
•
The feature is disabled for the environment you are in (dev/prod)
. I see my environment turned "on" for the feature in question.
• It states that I could be missing a hashAttribute. in the feature view, I see
SPLIT users by id
, and I am sending the browser-generated ID when I instantiate Growthbook:
attributes: {
id: growthbook_user_id
},
• It states that coverage could be an issue: I have my experiment coverage turned up to 100% traffic.
• It states that there is another feature rule taking precedence. I only have 1 feature and 1 experiment.
Finally, when I open the devtools, I can see my feature "lead-form-updates". When I run
growthbook.evalFeature("lead-form-updates")
I see "source: unknownFeature"
{value: null, on: false, off: true, source: 'unknownFeature', ruleId: ''}