8000
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 de87032 commit b7382a2Copy full SHA for b7382a2
.size-limit.js
@@ -3,24 +3,24 @@ module.exports = [
3
name: '@sentry/browser - CDN Bundle (gzipped)',
4
path: 'packages/browser/build/bundle.min.js',
5
gzip: true,
6
- limit: '21 KB',
+ limit: '100 KB',
7
},
8
{
9
name: '@sentry/browser - Webpack',
10
path: 'packages/browser/esm/index.js',
11
import: '{ init }',
12
- limit: '22 KB',
13
14
15
name: '@sentry/react - Webpack',
16
path: 'packages/react/esm/index.js',
17
18
19
20
21
name: '@sentry/browser + @sentry/tracing - CDN Bundle (gzipped)',
22
path: 'packages/tracing/build/bundle.tracing.min.js',
23
24
- limit: '28 KB',
25
26
];
0 commit comments