Skip to content

Commit afdc5bf

Browse files
committed
raise limits so stuff passes now...
1 parent a3dd754 commit afdc5bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.size-limit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ module.exports = [
6666
path: 'packages/browser/build/npm/esm/index.js',
6767
import: '{ init, feedbackIntegration, feedbackModalIntegration }',
6868
gzip: true,
69-
limit: '50 KB',
69+
limit: '90 KB',
7070
},
7171
{
7272
name: '@sentry/browser (incl. feedbackScreenshotIntegration) - Webpack (gzipped)',
7373
path: 'packages/browser/build/npm/esm/index.js',
7474
import: '{ init, feedbackIntegration, feedbackModalIntegration, feedbackScreenshotIntegration }',
7575
gzip: true,
76-
limit: '50 KB',
76+
limit: '90 KB',
7777
},
7878
{
7979
name: '@sentry/browser (incl. sendFeedback) - Webpack (gzipped)',

0 commit comments

Comments
 (0)