Skip to content

Commit 2493d65

Browse files
committed
node client
1 parent 8c09d8d commit 2493d65

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import * as SentrySvelteKit from '@sentry/sveltekit';
99

1010
// SentryAWS is CJS only
1111
const SentryAWS = require('@sentry/aws-serverless');
12-
// Using CJS export for Bun SDK
13-
// const SentryBun = require('@sentry/bun');
1412

1513
/* List of exports that are safe to ignore / we don't require in any depending package */
1614
const NODE_EXPERIMENTAL_EXPORTS_IGNORE = [

packages/google-cloud/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export {
3333
withScope,
3434
withIsolationScope,
3535
makeNodeTransport,
36+
NodeClient,
3637
defaultStackParser,
3738
flush,
3839
close,

0 commit comments

Comments
 (0)