Hello,
We are using Ruby SDK initialize_remote to use fetch_experiment and exposure events.
My question is, is it best practise to fire exposure event when ever we fetch_experiment returns experiment?
Problem we think. Firing exposure and fetch separately will introduce unpredictability as customer might drop without seeing the experiment itself.
Your thoughts on this?