I’m trying to validate my experiment’s setup by making sure an exposure event is being sent each time experiment.variant() is being called. I see that it sends through the first call, but subsequent calls do not send an $exposure event. Is this the expected behaviour?
On the other hand, I see that flags that are feature flags (instead of experiment flags) are able to send $exposure events every time.
Could I be missing something here?