Skip to content

Commit

Permalink
bump size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Jul 26, 2024
1 parent e19f4fc commit 687d287
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 @@ -48,7 +48,7 @@ module.exports = [
path: 'packages/browser/build/npm/esm/index.js',
import: createImport('init', 'browserTracingIntegration', 'replayIntegration', 'replayCanvasIntegration'),
gzip: true,
limit: '76 KB',
limit: '80 KB',
},
{
name: '@sentry/browser (incl. Tracing, Replay, Feedback)',
Expand Down

0 comments on commit 687d287

Please sign in to comment.