Skip to content

Commit 263c880

Browse files
authored
fix(build): Increase size limit for browser+tracing bundle (#2899)
25K because it's the ceiling of where we are now, so it stops us from being perma-red, but also will alert us to any significant growth in the combined bundle size.
1 parent 77743be commit 263c880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ module.exports = [
2121
name: '@sentry/browser + @sentry/tracing - CDN Bundle (gzipped)',
2222
path: 'packages/tracing/build/bundle.tracing.min.js',
2323
gzip: true,
24-
limit: '23 KB',
24+
limit: '25 KB',
2525
},
2626
];

0 commit comments

Comments
 (0)