Skip to content

Commit 9923e1b

Browse files
committed
chore: bump size-limit
1 parent 555ecd3 commit 9923e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.size-limit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = [
8282
path: 'packages/browser/build/npm/esm/prod/index.js',
8383
import: createImport('init', 'browserTracingIntegration', 'replayIntegration', 'replayCanvasIntegration'),
8484
gzip: true,
85-
limit: '85 KB',
85+
limit: '85.5 KB',
8686
},
8787
{
8888
name: '@sentry/browser (incl. Tracing, Replay, Feedback)',
@@ -243,7 +243,7 @@ module.exports = [
243243
import: createImport('init'),
244244
ignore: ['$app/stores'],
245245
gzip: true,
246-
limit: '42 KB',
246+
limit: '42.5 KB',
247247
},
248248
// Node-Core SDK (ESM)
249249
{

0 commit comments

Comments
 (0)