Skip to content

Commit 2540e60

Browse files
committed
no node version export for bun
1 parent cda8270 commit 2540e60

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts/consistentExports.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const DEPENDENTS: Dependent[] = [
5050
ignoreExports: [
5151
// not supported in bun:
5252
'NodeClient',
53+
'NODE_VERSION',
5354
'childProcessIntegration',
5455
],
5556
},

packages/bun/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ export {
139139
consoleLoggingIntegration,
140140
createSentryWinstonTransport,
141141
wrapMcpServerWithSentry,
142-
NODE_VERSION,
143142
} from '@sentry/node';
144143

145144
export {

0 commit comments

Comments
 (0)