We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda8270 commit 2540e60Copy full SHA for 2540e60
2 files changed
dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts/consistentExports.ts
@@ -50,6 +50,7 @@ const DEPENDENTS: Dependent[] = [
50
ignoreExports: [
51
// not supported in bun:
52
'NodeClient',
53
+ 'NODE_VERSION',
54
'childProcessIntegration',
55
],
56
},
packages/bun/src/index.ts
@@ -139,7 +139,6 @@ export {
139
consoleLoggingIntegration,
140
createSentryWinstonTransport,
141
wrapMcpServerWithSentry,
142
- NODE_VERSION,
143
} from '@sentry/node';
144
145
export {
0 commit comments