Luca Forstner
Luca Forstner
This should not be an issue anymore on version 8 of the SDK.
If anybody would be able to provide a simple reproduction we can take a deeper look.
@annez please open a new issue with reproduction thanks!
@OttlikG we have no patch planned. `@sentry/core` is already a dependency of `@sentry/nextjs`, meaning there is nothing more we can do. If you have suggestions, let us know.
@noahlt The wizard also simply does `npm i @sentry/nextjs` (or other package manager's equivalent). `@sentry/core` should be getting installed alongside. What package manager are you using?
@jasonloeve I lack a bit of knowledge on hydrogen but I think it does generally not run on Node.js but on a worker runtime instead (at least when looking at...
I think this will be an issue for all situations where esbuild is involved. @jd-carroll already you already did the right thing [reporting this upstream](https://github.com/open-telemetry/opentelemetry-js/pull/4546#issuecomment-2108242482)! As soon as that fix...
Thanks for reporting. We'll look into it! Would you mind sharing your Next.js version, and how to reproduce this? (Normally our issue template asks for this but you opened this...
@mr-moon can you share the contents of your sentry.mjs file or even better share a reproduction example we can use to debug locally? Thanks!
@armenzg did you try out using `raw_stacktrace.frames[].abs_path`?