-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Closed
Copy link
Labels
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Self-hosted/on-premise
Which SDK are you using?
@sentry/nuxt
SDK Version
8.36.0
Framework Version
Nuxt 3.13.2
Link to Sentry event
No response
Reproduction Example/SDK Setup
https://stackblitz.com/edit/nuxt-starter-j3ktug?file=sentry.client.config.ts
It seems using pnpm as default package manager with the last nuxt/nitro version, breaks dev environment. Above I have a barebone reproduction example with nuxt + sentry.
If this project is installed with "npm" instead, it works : "rm -rf node_modules && rm -rf .nuxt && npm install && npm run dev"
Steps to Reproduce
- Run "pnpm install"
- Run "pnpm dev"
- Get "ERROR [worker reload] [worker init] /home/projects/nuxt-starter-j3ktug/.nuxt/dev/index.mjs failed"
- No page rendered
Expected Result
- Have no errors and pages should be rendered
Actual Result
Not much, just a blank page with the nuxt logo due to the worker not being initialized (failing). I'm not able to get more information about this error.
Metadata
Metadata
Assignees
Labels
Projects
Status
Waiting for: Product Owner