You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.log.exception(f"[FEATURE FLAGS] Unable to get flag remotely: {e}")
First, if posthog is unable to get remote flag for whatever reason, it just prints the log: [FEATURE FLAGS] Unable to get flag remotely. It then tries to fetch the cached flag value. And if that doesn't exist, it just silently fails.
I think this should throw an exception if both the cached + remote flag values don't exist.