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 8c09d8d commit 2493d65Copy full SHA for 2493d65
dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts/consistentExports.ts
@@ -9,8 +9,6 @@ import * as SentrySvelteKit from '@sentry/sveltekit';
9
10
// SentryAWS is CJS only
11
const SentryAWS = require('@sentry/aws-serverless');
12
-// Using CJS export for Bun SDK
13
-// const SentryBun = require('@sentry/bun');
14
15
/* List of exports that are safe to ignore / we don't require in any depending package */
16
const NODE_EXPERIMENTAL_EXPORTS_IGNORE = [
packages/google-cloud/src/index.ts
@@ -33,6 +33,7 @@ export {
33
withScope,
34
withIsolationScope,
35
makeNodeTransport,
36
+ NodeClient,
37
defaultStackParser,
38
flush,
39
close,
0 commit comments