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 c1b07f6 commit 0173b17Copy full SHA for 0173b17
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