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 12ca3f5 commit 6b8d4d7Copy full SHA for 6b8d4d7
packages/nitro/rollup.npm.config.mjs
@@ -5,7 +5,7 @@ export default [
5
makeBaseNPMConfig({
6
entrypoints: ['src/index.ts', 'src/runtime/plugins/server.ts'],
7
packageSpecificConfig: {
8
- external: [/^nitro/, /^h3/, /^srvx/],
+ external: [/^nitro/, /^h3/, /^srvx/, /^@sentry\/opentelemetry/],
9
},
10
}),
11
),
0 commit comments