MCMXC
MCMXC
Running into the same issue, thought I would leave the exact OS specs here for debugging purposes: Ubuntu 23.04, Gnome 44.0, Kernel 6.3.1, Wayland
I use a laptop with hybrid graphics: NVIDIA GeForce RTX™ 3050 Ti Laptop GPU / AMD Radeon™ Graphics NVIDIA driver metapackage is nvidia-driver-525, but I could try out nvidia-driver-530 which...
I cannot reproduce this and the linked Chromium bug has been fixed in the meantime. This issue can probably be closed.
We have another related issue, where `nss` should be changed to `mozilla-nss`, see: https://github.com/ferdium/ferdium-app/issues/159
I was also surprised about a breaking change as part of a minor release. It took me 30min to update all icon paths in our codebase and it would be...
We reverted to `CaptureConsole` class usage for the time being, so I cannot easily reproduce it right now.
Our workaround for the time being was to disable turborepo cache which seems somehow related. Now we have upgraded from 7.98.0 to 7.105.0 and still encounter this after re-enabling turbo...
> @mcmxcdev That honestly sounds like turborepo is misconfigured. We are using the same config for months already, only started breaking when upgrading `@sentry/sveltekit` to higher than 7.91.0 `turbo.json` ```...
Did anyone manage to solve this? I would love to re-enable turbo remote caching again, which would save us plenty of CI time.