@@ -45,35 +45,35 @@ 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. Feedback) - 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. sendFeedback) - Webpack (gzipped)' ,
6666 path : 'packages/browser/build/npm/esm/index.js' ,
6767 import : '{ init, sendFeedback }' ,
6868 gzip : true ,
69- limit : '50 KB' ,
69+ limit : '90 KB' ,
7070 } ,
7171 {
7272 name : '@sentry/browser - Webpack (gzipped)' ,
7373 path : 'packages/browser/build/npm/esm/index.js' ,
7474 import : '{ init }' ,
7575 gzip : true ,
76- limit : '28 KB' ,
76+ limit : '90 KB' ,
7777 } ,
7878
7979 // Browser CDN bundles
@@ -93,13 +93,13 @@ module.exports = [
9393 name : '@sentry/browser (incl. Tracing) - CDN Bundle (gzipped)' ,
9494 path : 'packages/browser/build/bundles/bundle.tracing.min.js' ,
9595 gzip : true ,
96- limit : '37 KB' ,
96+ limit : '40 KB' ,
9797 } ,
9898 {
9999 name : '@sentry/browser - CDN Bundle (gzipped)' ,
100100 path : 'packages/browser/build/bundles/bundle.min.js' ,
101101 gzip : true ,
102- limit : '28 KB' ,
102+ limit : '30 KB' ,
103103 } ,
104104
105105 // browser CDN bundles (non-gzipped)
@@ -115,7 +115,7 @@ module.exports = [
115115 path : 'packages/browser/build/bundles/bundle.tracing.min.js' ,
116116 gzip : false ,
117117 brotli : false ,
118- limit : '105 KB' ,
118+ limit : '120 KB' ,
119119 } ,
120120 {
121121 name : '@sentry/browser - CDN Bundle (minified & uncompressed)' ,
@@ -131,14 +131,14 @@ module.exports = [
131131 path : 'packages/react/build/esm/index.js' ,
132132 import : '{ init, browserTracingIntegration, replayIntegration }' ,
133133 gzip : true ,
134- limit : '75 KB' ,
134+ limit : '90 KB' ,
135135 } ,
136136 {
137137 name : '@sentry/react - Webpack (gzipped)' ,
138138 path : 'packages/react/build/esm/index.js' ,
139139 import : '{ init }' ,
140140 gzip : true ,
141- limit : '30 KB' ,
141+ limit : '90 KB' ,
142142 } ,
143143
144144 // Next.js
@@ -157,12 +157,4 @@ module.exports = [
157157 gzip: true,
158158 limit: '57 KB',
159159 }, */
160-
161- {
162- name : '@sentry-internal/feedback - Webpack (gzipped)' ,
163- path : 'packages/feedback/build/npm/esm/index.js' ,
164- import : '{ feedbackIntegration }' ,
165- gzip : true ,
166- limit : '25 KB' ,
167- } ,
168160] ;
0 commit comments