With this update, gnome freezes right after login and I have the following error in the logs:
Oct 25 08:50:59 my-pc gnome-shell[2418]: Unhandled promise rejection. To suppress this warning, add an error handler to your promise chain with .catch() or a try-catch block around your await expression. Stack trace of the failed promise:
_seekStatusNotifierItems/<@/usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/statusNotifierWatcher.js:145:1
_seekStatusNotifierItems@/usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/statusNotifierWatcher.js:145:21
async*AppIndicatorsStatusNotifierWatcher@/usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/statusNotifierWatcher.js:57:14
maybeEnableAfterNameAvailable@/usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/extension.js:54:33
enable@/usr/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/extension.js:59:5
_callExtensionEnable@resource:///org/gnome/shell/ui/extensionSystem.js:167:32
_enableAllExtensions/<@resource:///org/gnome/shell/ui/extensionSystem.js:601:22
_enableAllExtensions@resource:///org/gnome/shell/ui/extensionSystem.js:600:37
_sessionUpdated@resource:///org/gnome/shell/ui/extensionSystem.js:628:18
_emit@resource:///org/gnome/gjs/modules/core/_signals.js:114:47
_sync@resource:///org/gnome/shell/ui/sessionMode.js:197:14
popMode@resource:///org/gnome/shell/ui/sessionMode.js:165:14
_continueDeactivate@resource:///org/gnome/shell/ui/screenShield.js:534:30
deactivate/<@resource:///org/gnome/shell/ui/screenShield.js:525:44
finish@resource:///org/gnome/shell/gdm/authPrompt.js:604:13
finish@resource:///org/gnome/shell/ui/unlockDialog.js:871:26
deactivate@resource:///org/gnome/shell/ui/screenShield.js:525:26
ScreenShield/</<@resource:///org/gnome/shell/ui/screenShield.js:109:57
_emit@resource:///org/gnome/gjs/modules/core/_signals.js:114:47
_convertToNativeSignal@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:152:19
Managed to work around it by disabling extensions from the cli using:
gsettings set org.gnome.shell disable-user-extensions true