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 ddb0555 commit ac8c9b5Copy full SHA for ac8c9b5
.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: '18 KB',
+ limit: '21 KB',
7
},
8
{
9
name: '@sentry/browser - Webpack',
10
path: 'packages/browser/esm/index.js',
11
import: '{ init }',
12
- limit: '19 KB',
+ 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: '25 KB',
+ limit: '28 KB',
25
26
];
0 commit comments