Skip to content

Commit b302fa4

Browse files
committed
size limit
1 parent fea706d commit b302fa4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.size-limit.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ module.exports = [
124124
path: 'packages/browser/build/npm/esm/prod/index.js',
125125
import: createImport('init', 'logger'),
126126
gzip: true,
127-
limit: '27 KB',
127+
limit: '28 KB',
128128
},
129129
{
130130
name: '@sentry/browser (incl. Metrics & Logs)',
@@ -148,7 +148,7 @@ module.exports = [
148148
import: createImport('init', 'ErrorBoundary', 'reactRouterV6BrowserTracingIntegration'),
149149
ignore: ['react/jsx-runtime'],
150150
gzip: true,
151-
limit: '45 KB',
151+
limit: '46 KB',
152152
},
153153
// Vue SDK (ESM)
154154
{
@@ -262,7 +262,7 @@ module.exports = [
262262
path: createCDNPath('bundle.replay.logs.metrics.min.js'),
263263
gzip: false,
264264
brotli: false,
265-
limit: '209 KB',
265+
limit: '210 KB',
266266
},
267267
{
268268
name: 'CDN Bundle (incl. Tracing, Replay) - uncompressed',

0 commit comments

Comments
 (0)