-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Bundling with @sentry/[email protected] no longer outputs .node
files, 8.47.0 does #15026
Copy link
Copy link
Closed
Copy link
Labels
Package: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDK
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?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/node
SDK Version
8.39.0
Framework Version
No response
Link to Sentry event
No response
Reproduction Example/SDK Setup
No response
Steps to Reproduce
@sentry/[email protected]
esbuild (or bun) no longer outputs *.node
binaries with my instrument.js using
loader: {
// ensures .node binaries are copied to ./dist
".node": "copy",
},
But @sentry/[email protected]
works fine
Expected Result
the output folder contains multiple *.node
binaries and instrument.js
Actual Result
the output folder contains only instrument.js
Michsior14, ffraenz, mcfedr, nross83 and zachelraths1gr1d
Metadata
Metadata
Assignees
Labels
Package: nodeIssues related to the Sentry Node SDKIssues related to the Sentry Node SDK
Type
Projects
Status
No status