Skip to content

Commit 3acb7e4

Browse files
authored
fix(astro): handle commonjs related issues (#10042)
1 parent da7c959 commit 3acb7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/src/integration/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const sentryAstro = (options: SentryOptions = {}): AstroIntegration => {
8888
updateConfig({
8989
vite: {
9090
ssr: {
91-
noExternal: ['@sentry/astro', '@sentry/node'],
91+
noExternal: ['@sentry/astro'],
9292
},
9393
},
9494
});

0 commit comments

Comments
 (0)