This message was deleted.
# ask-questions
w
This message was deleted.
h
Hi James, Regarding the DevTools browser plugin, we're actually working on a way to sync your devtools state with the backend. This should be ready in the near term. Its also common to use query strings to force feature flag values on the backend. This would be a manual implementation where you map
gb_${flagId}=${value}
variables (or whatever naming convention you prefer) to overrides and then set them on the backend via
gb.setForcedFeatures(map)
s
Great suggestion! I await the standard solution eagerly and appreciate the temporary patch in the meantime 🙂