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 af1819d commit 39e8788Copy full SHA for 39e8788
packages/replay/rollup.bundle.config.mjs
@@ -2,7 +2,7 @@ import { makeBaseBundleConfig, makeBundleConfigVariants } from '@sentry-internal
2
3
const baseBundleConfig = makeBaseBundleConfig({
4
bundleType: 'addon',
5
- entrypoints: ['src/integration.ts'],
+ entrypoints: ['src/index.ts'],
6
jsVersion: 'es6',
7
licenseTitle: '@sentry/replay',
8
outputFileBase: () => 'bundles/replay',
0 commit comments