Skip to content

Commit 42ae125

Browse files
committed
revert entrypoint change
1 parent 2b34955 commit 42ae125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/rollup.bundle.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { makeBaseBundleConfig, makeBundleConfigVariants } from '@sentry-internal
22

33
const baseBundleConfig = makeBaseBundleConfig({
44
bundleType: 'addon',
5-
entrypoints: ['src/integration.ts'],
5+
entrypoints: ['src/index.ts'],
66
jsVersion: 'es6',
77
licenseTitle: '@sentry/replay',
88
outputFileBase: () => 'bundles/replay',

0 commit comments

Comments
 (0)