Skip to content

Commit 42cf5e7

Browse files
committed
build: bump size limit
1 parent 88cc758 commit 42cf5e7

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
@@ -115,7 +115,7 @@ module.exports = [
115115
path: 'packages/browser/build/bundles/bundle.tracing.min.js',
116116
gzip: false,
117117
brotli: false,
118-
limit: '105 KB',
118+
limit: '112 KB',
119119
},
120120
{
121121
name: '@sentry/browser - ES6 CDN Bundle (minified & uncompressed)',

0 commit comments

Comments
 (0)