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
Currently we can only test firefox ios against a production Sync environment, so we'll need to deploy the debug_client code there. This requires a couple of tasks:
we should pre-parse the debug_client list into a hashset so there's 0% chance of disrupting prod. It can live on ServerState
the 0.5.x branch isn't quite ready for prod yet, so let's cherry-pick the 2-3 commits for debug_client onto the 0.4 branch for a new release there
The text was updated successfully, but these errors were encountered:
Currently we can only test firefox ios against a production Sync environment, so we'll need to deploy the debug_client code there. This requires a couple of tasks:
debug_client
list into a hashset so there's 0% chance of disrupting prod. It can live onServerState
debug_client
onto the 0.4 branch for a new release thereThe text was updated successfully, but these errors were encountered: