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
We use the contents of client.cache.getAll() to render a helper page for QA to assign themself to tests
We use variants, flagKey and flagName. But flagName disappeared in 1.4.0, nowhere to be found in a cache entry:
Could we have flagName back? I could use the amplitude API to fetch them instead, but was kinda nice to not have to bother amplitude servers with extra requests to get to the flag data.
I'd understand if it was out of scope though, as the server has no need for the name.
The text was updated successfully, but these errors were encountered:
We use the contents of
client.cache.getAll()
to render a helper page for QA to assign themself to testsWe use
variants
,flagKey
andflagName
. ButflagName
disappeared in1.4.0
, nowhere to be found in a cache entry:Could we have
flagName
back? I could use the amplitude API to fetch them instead, but was kinda nice to not have to bother amplitude servers with extra requests to get to the flag data.I'd understand if it was out of scope though, as the server has no need for the name.
The text was updated successfully, but these errors were encountered: