Skip to content

Commit 23c46cd

Browse files
committed
size limit once more
1 parent 9182d97 commit 23c46cd

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', 'replayCanvasIntegration'),
9191
gzip: true,
92-
limit: '85 KB',
92+
limit: '86 KB',
9393
},
9494
{
9595
name: '@sentry/browser (incl. Tracing, Replay, Feedback)',

0 commit comments

Comments
 (0)