Skip to content

Commit 26463d2

Browse files
committed
update limits
1 parent 4fb0012 commit 26463d2

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

.size-limit.js

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@ module.exports = [
4545
path: 'packages/browser/build/npm/esm/index.js',
4646
import: '{ init, browserTracingIntegration }',
4747
gzip: true,
48-
limit: '35 KB',
48+
limit: '90 KB',
4949
},
5050
{
5151
name: '@sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped)',
5252
path: 'packages/browser/build/npm/esm/index.js',
5353
import: '{ init, browserTracingIntegration }',
5454
gzip: true,
55-
limit: '35 KB',
55+
limit: '90 KB',
5656
},
5757
{
5858
name: '@sentry/browser (incl. feedbackIntegration) - Webpack (gzipped)',
5959
path: 'packages/browser/build/npm/esm/index.js',
6060
import: '{ init, feedbackIntegration }',
6161
gzip: true,
62-
limit: '50 KB',
62+
limit: '90 KB',
6363
},
6464
{
6565
name: '@sentry/browser (incl. feedbackModalIntegration) - Webpack (gzipped)',
@@ -80,14 +80,14 @@ module.exports = [
8080
path: 'packages/browser/build/npm/esm/index.js',
8181
import: '{ init, sendFeedback }',
8282
gzip: true,
83-
limit: '50 KB',
83+
limit: '90 KB',
8484
},
8585
{
8686
name: '@sentry/browser - Webpack (gzipped)',
8787
path: 'packages/browser/build/npm/esm/index.js',
8888
import: '{ init }',
8989
gzip: true,
90-
limit: '28 KB',
90+
limit: '90 KB',
9191
},
9292

9393
// Browser CDN bundles
@@ -107,13 +107,13 @@ module.exports = [
107107
name: '@sentry/browser (incl. Tracing) - CDN Bundle (gzipped)',
108108
path: 'packages/browser/build/bundles/bundle.tracing.min.js',
109109
gzip: true,
110-
limit: '37 KB',
110+
limit: '40 KB',
111111
},
112112
{
113113
name: '@sentry/browser - CDN Bundle (gzipped)',
114114
path: 'packages/browser/build/bundles/bundle.min.js',
115115
gzip: true,
116-
limit: '28 KB',
116+
limit: '30 KB',
117117
},
118118

119119
// browser CDN bundles (non-gzipped)
@@ -129,7 +129,7 @@ module.exports = [
129129
path: 'packages/browser/build/bundles/bundle.tracing.min.js',
130130
gzip: false,
131131
brotli: false,
132-
limit: '105 KB',
132+
limit: '120 KB',
133133
},
134134
{
135135
name: '@sentry/browser - CDN Bundle (minified & uncompressed)',
@@ -145,14 +145,14 @@ module.exports = [
145145
path: 'packages/react/build/esm/index.js',
146146
import: '{ init, browserTracingIntegration, replayIntegration }',
147147
gzip: true,
148-
limit: '75 KB',
148+
limit: '90 KB',
149149
},
150150
{
151151
name: '@sentry/react - Webpack (gzipped)',
152152
path: 'packages/react/build/esm/index.js',
153153
import: '{ init }',
154154
gzip: true,
155-
limit: '30 KB',
155+
limit: '90 KB',
156156
},
157157

158158
// Next.js
@@ -171,12 +171,4 @@ module.exports = [
171171
gzip: true,
172172
limit: '57 KB',
173173
}, */
174-
175-
{
176-
name: '@sentry-internal/feedback - Webpack (gzipped)',
177-
path: 'packages/feedback/build/npm/esm/index.js',
178-
import: '{ feedbackIntegration }',
179-
gzip: true,
180-
limit: '25 KB',
181-
},
182174
];

0 commit comments

Comments
 (0)