Bundling with @sentry/[email protected] no longer outputs .node
files, 8.47.0 does #15026
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
Metadata
Metadata
Assignees
Type
Projects
Status
No status