Skip to content

Commit

Permalink
Revert "WIP debug try failed size limit"
Browse files Browse the repository at this point in the history
This reverts commit c2de49c.
  • Loading branch information
mydea committed Sep 2, 2024
1 parent dad0d86 commit b4cb6fd
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 @@ -8,7 +8,7 @@ module.exports = [
path: 'packages/browser/build/npm/esm/index.js',
import: createImport('init'),
gzip: true,
limit: '20 KB',
limit: '24 KB',
},
{
name: '@sentry/browser (incl. Tracing)',
Expand Down

0 comments on commit b4cb6fd

Please sign in to comment.