Skip to content

Commit 712bd1b

Browse files
committed
Adjust size-limit bundle entry to use CDN bundle
1 parent 19ea504 commit 712bd1b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.size-limit.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@ module.exports = [
6363
gzip: true,
6464
limit: '100 KB',
6565
},
66-
// This entry is only here temporarily and will be replaced once we have proper CDN bundles
6766
{
68-
name: '@sentry/replay index.js',
69-
path: 'packages/replay/build/npm/esm/index.js',
67+
name: '@sentry/replay ES6 CDN Bundle (gzipped + minified)',
68+
path: 'packages/replay/build/bundles/replay.min.js',
7069
gzip: true,
7170
limit: '100 KB',
7271
ignore: ['@sentry/browser', '@sentry/utils', '@sentry/core', '@sentry/types'],

0 commit comments

Comments
 (0)