Skip to content

Commit

Permalink
update size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Aug 30, 2023
1 parent d0181dd commit 914ca03
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 @@ -77,7 +77,7 @@ module.exports = [
path: 'packages/react/build/esm/index.js',
import: '{ init, BrowserTracing, Replay }',
gzip: true,
limit: '80 KB',
limit: '90 KB',
},
{
name: '@sentry/react - Webpack (gzipped)',
Expand Down

0 comments on commit 914ca03

Please sign in to comment.