Skip to content

Commit

Permalink
build: bump size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Feb 13, 2024
1 parent 88cc758 commit 42cf5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module.exports = [
path: 'packages/browser/build/bundles/bundle.tracing.min.js',
gzip: false,
brotli: false,
limit: '105 KB',
limit: '112 KB',
},
{
name: '@sentry/browser - ES6 CDN Bundle (minified & uncompressed)',
Expand Down

0 comments on commit 42cf5e7

Please sign in to comment.