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 da7c959 commit 3acb7e4Copy full SHA for 3acb7e4
packages/astro/src/integration/index.ts
@@ -88,7 +88,7 @@ export const sentryAstro = (options: SentryOptions = {}): AstroIntegration => {
88
updateConfig({
89
vite: {
90
ssr: {
91
- noExternal: ['@sentry/astro', '@sentry/node'],
+ noExternal: ['@sentry/astro'],
92
},
93
94
});
0 commit comments