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 72ac303 commit 49b9670Copy full SHA for 49b9670
1 file changed
.size-limit.js
@@ -156,7 +156,7 @@ module.exports = [
156
path: 'packages/vue/build/esm/index.js',
157
import: createImport('init'),
158
gzip: true,
159
- limit: '30 KB',
+ limit: '31 KB',
160
},
161
{
162
name: '@sentry/vue (incl. Tracing)',
@@ -178,7 +178,7 @@ module.exports = [
178
name: 'CDN Bundle',
179
path: createCDNPath('bundle.min.js'),
180
181
- limit: '28.5 KB',
+ limit: '29 KB',
182
183
184
name: 'CDN Bundle (incl. Tracing)',
0 commit comments