sparse-guitar-91772
03/16/2023, 7:56 AMonFeatureUsage
callback? For example, I have 3 rules as below, the first two are force rules, and the last one is for A/B experiments.
I have tried several times but it seems ruleId
is not working...fresh-football-47124
sparse-guitar-91772
03/16/2023, 8:03 AM@growthbook/growthbook-react
0.13.0
fresh-football-47124
evalFeature
result
argument is the same thing returned from gb.evalFeature
.”sparse-guitar-91772
03/16/2023, 8:13 AMonFeatureUsage
and want to do some statistics on our own Kibana platform.ruleId
is empty no matter how...fresh-football-47124
sparse-guitar-91772
03/16/2023, 8:31 AM<https://cdn.growthbook.io/api/features/SDK-id>
API request?id
field for each rule object, do you know how to set it?fresh-football-47124
sparse-guitar-91772
03/16/2023, 8:49 AMsource
value is incorrect
Reproduce Steps:
1. Set some force rules
2. Use them in the code, the experiment result will fall into one of the force rules.
3. Check the result
data from onFeatureUsage
callback
Expected Results:
result.source = '_force_'
Actual Results:
result.source = 'experiment'
fresh-football-47124
sparse-guitar-91772
03/16/2023, 9:29 AM