Hi, is there any way to get feature Flag name in t...
# announcements
h
Hi, is there any way to get feature Flag name in tracking callback like the same way we can get attributes using getAttributes().
The fields in
Experiment
and
ExperimentResult
are what you get in that callback
You could possibly iterate over the features to find a matching experiment key, but it would not be guaranteed/reliable
h
Yes key is not reliable.