Skip to content
New issue

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

build is failing: Cannot read properties of undefined (reading 'nuxt') #612

Closed
simonmaass opened this issue Aug 24, 2023 · 2 comments
Closed
Labels

Comments

@simonmaass
Copy link

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)

image
@simonmaass simonmaass added the bug label Aug 24, 2023
@kilab
Copy link

kilab commented Aug 24, 2023

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

@rchl
Copy link
Member

rchl commented Aug 24, 2023

This module doesn't support Nuxt 3 currently. See #530

@rchl rchl closed this as completed Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants