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
Add flag_missing error when requested flag is not in response
When the /flags API call succeeds but the requested flag is not in the
response, set $feature_flag_error to "flag_missing". This helps distinguish
between flags that don't exist vs other error conditions.
0 commit comments