We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0a307 commit f9fb1d6Copy full SHA for f9fb1d6
.size-limit.js
@@ -5,6 +5,12 @@ module.exports = [
5
gzip: true,
6
limit: '100 KB',
7
},
8
+ {
9
+ name: '@sentry/browser - CDN Bundle (minified)',
10
+ path: 'packages/browser/build/bundle.min.js',
11
+ gzip: false,
12
+ limit: '120 KB',
13
+ },
14
{
15
name: '@sentry/browser - Webpack',
16
path: 'packages/browser/esm/index.js',
0 commit comments