Skip to content

Commit a442dd3

Browse files
committed
bump size limit
1 parent 960c4d7 commit a442dd3

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
@@ -89,7 +89,7 @@ module.exports = [
8989
path: 'packages/browser/build/npm/esm/prod/index.js',
9090
import: createImport('init', 'browserTracingIntegration', 'replayIntegration', 'feedbackIntegration'),
9191
gzip: true,
92-
limit: '98 KB',
92+
limit: '99 KB',
9393
},
9494
{
9595
name: '@sentry/browser (incl. Feedback)',

0 commit comments

Comments
 (0)