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 e9d52ea commit c197522Copy full SHA for c197522
packages/nestjs/rollup.npm.config.mjs
@@ -2,6 +2,6 @@ import { makeBaseNPMConfig, makeNPMConfigVariants } from '@sentry-internal/rollu
2
3
export default makeNPMConfigVariants(
4
makeBaseNPMConfig({
5
- entrypoints: ['src/index.ts', 'src/setup.ts'],
+ entrypoints: ['src/index.ts', 'src/setup.ts', 'src/microservices.ts'],
6
}),
7
);
0 commit comments