Skip to content

Commit 0f5fe19

Browse files
committed
size limit
1 parent 518df92 commit 0f5fe19

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
@@ -89,7 +89,7 @@ module.exports = [
8989
path: 'packages/browser/build/npm/esm/prod/index.js',
9090
import: createImport('init', 'browserTracingIntegration', 'replayIntegration', 'feedbackIntegration'),
9191
gzip: true,
92-
limit: '98 KB',
92+
limit: '99 KB',
9393
},
9494
{
9595
name: '@sentry/browser (incl. Feedback)',
@@ -241,7 +241,7 @@ module.exports = [
241241
path: createCDNPath('bundle.tracing.min.js'),
242242
gzip: false,
243243
brotli: false,
244-
limit: '128 KB',
244+
limit: '129 KB',
245245
},
246246
{
247247
name: 'CDN Bundle (incl. Logs, Metrics) - uncompressed',
@@ -299,7 +299,7 @@ module.exports = [
299299
import: createImport('init'),
300300
ignore: ['next/router', 'next/constants'],
301301
gzip: true,
302-
limit: '47 KB',
302+
limit: '48 KB',
303303
},
304304
// SvelteKit SDK (ESM)
305305
{

0 commit comments

Comments
 (0)