I am using "next": "13.2.4"
and trying to install Sentry for Next.js using wizard:
npx @sentry/wizard@latest -i nextjs
But I always get this error:
TypeError: Cannot read properties of undefined (reading 'value')
Anyone experienced this issue and fixed this? Pls advice.