Skip to content

Commit 17d10e6

Browse files
committed
fix compression
1 parent 93a438a commit 17d10e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.size-limit.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,18 +86,21 @@ module.exports = [
8686
name: '@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed)',
8787
path: 'packages/browser/build/bundles/bundle.tracing.replay.min.js',
8888
gzip: false,
89+
brotli: false,
8990
limit: '260 KB',
9091
},
9192
{
9293
name: '@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed)',
9394
path: 'packages/browser/build/bundles/bundle.tracing.min.js',
9495
gzip: false,
96+
brotli: false,
9597
limit: '100 KB',
9698
},
9799
{
98100
name: '@sentry/browser - ES6 CDN Bundle (minified & uncompressed)',
99101
path: 'packages/browser/build/bundles/bundle.min.js',
100102
gzip: false,
103+
brotli: false,
101104
limit: '70 KB',
102105
},
103106

0 commit comments

Comments
 (0)