@@ -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,18 +145,19 @@ 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
159- {
159+ // TODO: Re-enable these, when we figure out why they break...
160+ /* {
160161 name: '@sentry /nextjs Client (incl. Tracing, Replay) - Webpack (gzipped)',
161162 path: 'packages/nextjs/build/esm/client/index.js',
162163 import: '{ init, browserTracingIntegration, replayIntegration }',
@@ -169,12 +170,5 @@ module.exports = [
169170 import: '{ init }',
170171 gzip: true,
171172 limit: '57 KB',
172- } ,
173- {
174- name : '@sentry-internal/feedback - Webpack (gzipped)' ,
175- path : 'packages/feedback/build/npm/esm/index.js' ,
176- import : '{ feedbackIntegration }' ,
177- gzip : true ,
178- limit : '25 KB' ,
179- } ,
173+ }, */
180174] ;
0 commit comments