Closed larsvdd closed 4 days ago
Hi @larsvdd, thanks for writing in.
Could you please provide a reproduction repo? I just tried this out in a fresh project and didn't run into this.
Can't seem to reproduce it in Stackblitz or Bolt. 🤔 Could the issue be that I'm building with bun?
bun run dev
or bun run build
@larsvdd I just tried it with bun install
, bun rnu build
and bun run preview
and had no issues. It doesn't have to be a Stackblitz, a Github repo would suffice.
@andreiborza Sorry, seems like there were some problems with my Dockerfiles. Works as expected now 🙏🏼
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/nuxt
SDK Version
8.38.0
Framework Version
Nuxt 3.14.159
Link to Sentry event
No response
Reproduction Example/SDK Setup
sentry.server.config.ts
sentry.client.config.ts
modules in nuxt.config.ts
Steps to Reproduce
I followed the installation steps but I get a:
[nitro] ERROR RollupError: [plugin impound] Importing directly from module entry-points is not allowed. [importing @sentry/nuxt from sentry.server.config.ts]
And client side:
[plugin:vite:import-analysis] Importing directly from module entry-points is not allowed. [importing
@sentry/nuxtfrom
sentry.client.config.ts]
Expected Result
A working environment with Sentry installed 😅
Actual Result
Nuxt not starting...