We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a438a commit 17d10e6Copy full SHA for 17d10e6
.size-limit.js
@@ -86,18 +86,21 @@ module.exports = [
86
name: '@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed)',
87
path: 'packages/browser/build/bundles/bundle.tracing.replay.min.js',
88
gzip: false,
89
+ brotli: false,
90
limit: '260 KB',
91
},
92
{
93
name: '@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed)',
94
path: 'packages/browser/build/bundles/bundle.tracing.min.js',
95
96
97
limit: '100 KB',
98
99
100
name: '@sentry/browser - ES6 CDN Bundle (minified & uncompressed)',
101
path: 'packages/browser/build/bundles/bundle.min.js',
102
103
104
limit: '70 KB',
105
106
0 commit comments