getsentry / sentry-javascript

Official Sentry SDKs for JavaScript
https://sentry.io
MIT License
7.96k stars 1.57k forks source link

Turbopack with sentry #14046

Closed TheCukitoDev closed 6 days ago

TheCukitoDev commented 6 days ago

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/nextjs

SDK Version

Latest

Framework Version

Next 15

Link to Sentry event

No response

Reproduction Example/SDK Setup

No response

Steps to Reproduce

Create a test nextjs app Install sentry Run npm run dev --turbo

Expected Result

It should use turbopack cool.

Actual Result

It don't use turbopack the same way as webpack so it has some issues. Now next 15 is stable and turbopack too so. When is it going to be able to use turbopack with the nextjs sentry SDK

lforst commented 6 days ago

Duplicate of https://github.com/getsentry/sentry-javascript/issues/8105