Very often if you keep the editor open for a long time it will not disable itself but not synchronize changes to Collab. Sometimes, it happens just after a minute or so as well. It seems like we are swallowing errors or not handling them properly. On top of this errors are not being sent to Sentry either, so let's fix this.
Update: So locally, just shutting down the server in the background shows the problem. The editor is not listening or making any actions on disconnects.
What
Very often if you keep the editor open for a long time it will not disable itself but not synchronize changes to Collab. Sometimes, it happens just after a minute or so as well. It seems like we are swallowing errors or not handling them properly. On top of this errors are not being sent to Sentry either, so let's fix this.