Gabor Ottlik
Gabor Ottlik
Yes this solves the issue. Thanks
The following fixed me: ``` ``` By the way I use Chakra UI, its global CSS might break the CSS.
I was looking into this and I think the issue for me that `@sentry/core` wasn't installed with `pnpm` properly as a dependency of `@sentry/nextjs`. So I manually installed and it...
Yeah that seems to be solved it. Thanks