You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@balazsorban44 hey man sorry for the ping, just wanted to give ya a heads-up that I'm creating a fix for this issue right away in the form of a PR. Beside the issue, hope ya had a great new year's as wel btw! 😄
… breakage (#60855)
Issue: #60853
### What?
Added `@sentry/profiling-node` to the server-external-package object so
that sentry users who want to use this package don't have to manually
add this package in the experimental nextjs config entry.
### Why?
Package bundling will fail as shown in the following issue if not added
to this exclude list.
getsentry/profiling-node#170
---
Fixes#60853
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Link to the code that reproduces this issue
https://github.com/JesseKoldewijn/JKinsight
To Reproduce
@sentry/profiling-node
packageCurrent vs. Expected behavior
current: dev and build cant be run without manually adding external package entry in experimental Next.js config
expected: package can be used without crashing inside bundling process
Verify canary release
Provide environment information
Operating System: Platform: linux Arch: x64 Version: #1 SMP Mon Nov 6 23:32:38 UTC 2023 Binaries: Node: 18.17.1 npm: 10.2.5 Yarn: 1.22.21 pnpm: 8.14.1 Relevant Packages: next: 14.1.1-canary.0 eslint-config-next: 14.0.4 react: 18.2.0 react-dom: 18.2.0 typescript: 5.3.3 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
SWC transpilation
Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: