We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@nuxtjs/sentry: 7.4 Nuxt 3.6.5 with Nitro 2.6.0
default config
run yarn build
build works
14:23:06.770 | at normalizedModule (node_modules/@nuxtjs/sentry/dist/module.mjs:56:23) 14:23:06.770 | at installModule (node_modules/@nuxt/kit/dist/index.mjs:2409:101) 14:23:06.770 | at async initNuxt (node_modules/nuxt/dist/index.mjs:3238:7) 14:23:06.770 | at async loadNuxt (node_modules/nuxt/dist/index.mjs:3314:5) 14:23:06.770 | at async loadNuxt (node_modules/@nuxt/kit/dist/index.mjs:2537:19) 14:23:06.770 | at async Object.invoke (node_modules/nuxi/dist/chunks/build.mjs:38:18) 14:23:06.771 | at async _main (node_modules/nuxi/dist/cli.mjs:49:20)
The text was updated successfully, but these errors were encountered:
The same problem here :(
I tried to install previous versions, to 7.1, but neither version works. Nuxt 3.6.5 with Nitro 2.5.2
Sorry, something went wrong.
This module doesn't support Nuxt 3 currently. See #530
No branches or pull requests
Version
@nuxtjs/sentry: 7.4
Nuxt 3.6.5 with Nitro 2.6.0
Sentry configuration
default config
Steps to reproduce
run yarn build
What is Expected?
build works
What is actually happening?
[error] Cannot read properties of undefined (reading 'nuxt')
14:23:06.770 | at normalizedModule (node_modules/@nuxtjs/sentry/dist/module.mjs:56:23)
14:23:06.770 | at installModule (node_modules/@nuxt/kit/dist/index.mjs:2409:101)
14:23:06.770 | at async initNuxt (node_modules/nuxt/dist/index.mjs:3238:7)
14:23:06.770 | at async loadNuxt (node_modules/nuxt/dist/index.mjs:3314:5)
14:23:06.770 | at async loadNuxt (node_modules/@nuxt/kit/dist/index.mjs:2537:19)
14:23:06.770 | at async Object.invoke (node_modules/nuxi/dist/chunks/build.mjs:38:18)
14:23:06.771 | at async _main (node_modules/nuxi/dist/cli.mjs:49:20)
The text was updated successfully, but these errors were encountered: