Skip to content

Commit 6055a64

Browse files
committed
update size limit
1 parent 0c7672a commit 6055a64

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
@@ -77,7 +77,7 @@ module.exports = [
7777
path: 'packages/react/build/esm/index.js',
7878
import: '{ init, BrowserTracing, Replay }',
7979
gzip: true,
80-
limit: '80 KB',
80+
limit: '90 KB',
8181
},
8282
{
8383
name: '@sentry/react - Webpack (gzipped)',

0 commit comments

Comments
 (0)