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: nuxt:
modules: [ '@nuxtjs/sentry', ], sentry: { dsn: process.env.NUXT_SENTRY_DSN },
repo
pnpm add @nuxtjs/sentry
update config
export default defineNuxtConfig({ devtools: { enabled: true }, modules: [ '@nuxtjs/sentry' ], sentry: { dsn: process.env.NUXT_SENTRY_DSN, // Enter your project's DSN. } })
Able to install the sentry plugin successfully.
ERROR Cannot start nuxt: Cannot read properties of undefined (reading 'nuxt') at normalizedModule (node_modules/.pnpm/@[email protected][email protected]/node_modules/@nuxtjs/sentry/dist/module.mjs:54:19) at installModule (node_modules/.pnpm/@[email protected]/node_modules/@nuxt/kit/dist/index.mjs:2409:101) at async initNuxt (node_modules/.pnpm/[email protected]_@[email protected]/node_modules/nuxt/dist/index.mjs:3174:7) at async load (node_modules/.pnpm/[email protected]/node_modules/nuxi/dist/chunks/dev.mjs:204:9) at async Object.invoke (node_modules/.pnpm/[email protected]/node_modules/nuxi/dist/chunks/dev.mjs:248:5) at async _main (node_modules/.pnpm/[email protected]/node_modules/nuxi/dist/cli.mjs:48:20)
The text was updated successfully, but these errors were encountered:
There is no Nuxt 3 version of this module. See #530
Sorry, something went wrong.
No branches or pull requests
Version
@nuxtjs/sentry:
nuxt:
Sentry configuration
Reproduction Link
repo
Steps to reproduce
update config
What is Expected?
Able to install the sentry plugin successfully.
What is actually happening?
The text was updated successfully, but these errors were encountered: