File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
dev-packages/e2e-tests/test-applications/node-exports-test-app/scripts Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
import * as SentryAstro from '@sentry/astro' ;
2
- import * as SentryBun from '@sentry/bun' ;
3
2
import * as SentryGoogleCloud from '@sentry/google-cloud' ;
4
3
import * as SentryNextJs from '@sentry/nextjs' ;
5
4
import * as SentryNode from '@sentry/node' ;
@@ -8,6 +7,9 @@ import * as SentryRemix from '@sentry/remix';
8
7
import * as SentryServerless from '@sentry/serverless' ;
9
8
import * as SentrySvelteKit from '@sentry/sveltekit' ;
10
9
10
+ // Using CJS export for Bun SDK
11
+ const SentryBun = require ( '@sentry/bun' ) ;
12
+
11
13
/* List of exports that are safe to ignore / we don't require in any depending package */
12
14
const NODE_EXPERIMENTAL_EXPORTS_IGNORE = [
13
15
'default' ,
You can’t perform that action at this time.
0 commit comments