Skip to content

Commit 714b520

Browse files
committed
bump up size limits, sorry
1 parent 363eb0e commit 714b520

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.size-limit.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = [
55
path: 'packages/browser/build/npm/esm/index.js',
66
import: '{ init, Replay, BrowserTracing }',
77
gzip: true,
8-
limit: '80 KB',
8+
limit: '90 KB',
99
},
1010
{
1111
name: '@sentry/browser (incl. Tracing) - Webpack (gzipped)',
@@ -47,7 +47,7 @@ module.exports = [
4747
name: '@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed)',
4848
path: 'packages/browser/build/bundles/bundle.tracing.replay.min.js',
4949
gzip: false,
50-
limit: '250 KB',
50+
limit: '260 KB',
5151
},
5252
{
5353
name: '@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed)',
@@ -93,7 +93,7 @@ module.exports = [
9393
path: 'packages/nextjs/build/esm/client/index.js',
9494
import: '{ init, BrowserTracing, Replay }',
9595
gzip: true,
96-
limit: '100 KB',
96+
limit: '110 KB',
9797
},
9898
{
9999
name: '@sentry/nextjs Client - Webpack (gzipped)',

0 commit comments

Comments
 (0)