@@ -3,28 +3,28 @@ module.exports = [
33 {
44 name : '@sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped)' ,
55 path : 'packages/browser/build/npm/esm/index.js' ,
6- import : '{ init, Replay , browserTracingIntegration, Feedback }' ,
6+ import : '{ init, replayIntegration , browserTracingIntegration, feedbackIntegration }' ,
77 gzip : true ,
88 limit : '90 KB' ,
99 } ,
1010 {
1111 name : '@sentry/browser (incl. Tracing, Replay) - Webpack (gzipped)' ,
1212 path : 'packages/browser/build/npm/esm/index.js' ,
13- import : '{ init, Replay , browserTracingIntegration }' ,
13+ import : '{ init, replayIntegration , browserTracingIntegration }' ,
1414 gzip : true ,
1515 limit : '75 KB' ,
1616 } ,
1717 {
1818 name : '@sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped)' ,
1919 path : 'packages/browser/build/npm/esm/index.js' ,
20- import : '{ init, Replay , browserTracingIntegration, ReplayCanvas }' ,
20+ import : '{ init, replayIntegration , browserTracingIntegration, replayCanvasIntegration }' ,
2121 gzip : true ,
2222 limit : '90 KB' ,
2323 } ,
2424 {
2525 name : '@sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped)' ,
2626 path : 'packages/browser/build/npm/esm/index.js' ,
27- import : '{ init, Replay , browserTracingIntegration }' ,
27+ import : '{ init, replayIntegration , browserTracingIntegration }' ,
2828 gzip : true ,
2929 limit : '75 KB' ,
3030 modifyWebpackConfig : function ( config ) {
@@ -55,9 +55,23 @@ module.exports = [
5555 limit : '35 KB' ,
5656 } ,
5757 {
58- name : '@sentry/browser (incl. Feedback ) - Webpack (gzipped)' ,
58+ name : '@sentry/browser (incl. feedbackIntegration ) - Webpack (gzipped)' ,
5959 path : 'packages/browser/build/npm/esm/index.js' ,
60- import : '{ init, Feedback }' ,
60+ import : '{ init, feedbackIntegration }' ,
61+ gzip : true ,
62+ limit : '50 KB' ,
63+ } ,
64+ {
65+ name : '@sentry/browser (incl. feedbackModalIntegration) - Webpack (gzipped)' ,
66+ path : 'packages/browser/build/npm/esm/index.js' ,
67+ import : '{ init, feedbackIntegration, feedbackModalIntegration }' ,
68+ gzip : true ,
69+ limit : '50 KB' ,
70+ } ,
71+ {
72+ name : '@sentry/browser (incl. feedbackScreenshotIntegration) - Webpack (gzipped)' ,
73+ path : 'packages/browser/build/npm/esm/index.js' ,
74+ import : '{ init, feedbackIntegration, feedbackModalIntegration, feedbackScreenshotIntegration }' ,
6175 gzip : true ,
6276 limit : '50 KB' ,
6377 } ,
@@ -76,69 +90,60 @@ module.exports = [
7690 limit : '28 KB' ,
7791 } ,
7892
79- // Browser CDN bundles (ES6)
93+ // Browser CDN bundles
8094 {
81- name : '@sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped)' ,
95+ name : '@sentry/browser (incl. Tracing, Replay, Feedback) - CDN Bundle (gzipped)' ,
8296 path : 'packages/browser/build/bundles/bundle.tracing.replay.feedback.min.js' ,
8397 gzip : true ,
8498 limit : '90 KB' ,
8599 } ,
86100 {
87- name : '@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped)' ,
101+ name : '@sentry/browser (incl. Tracing, Replay) - CDN Bundle (gzipped)' ,
88102 path : 'packages/browser/build/bundles/bundle.tracing.replay.min.js' ,
89103 gzip : true ,
90104 limit : '75 KB' ,
91105 } ,
92106 {
93- name : '@sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped)' ,
107+ name : '@sentry/browser (incl. Tracing) - CDN Bundle (gzipped)' ,
94108 path : 'packages/browser/build/bundles/bundle.tracing.min.js' ,
95109 gzip : true ,
96110 limit : '37 KB' ,
97111 } ,
98112 {
99- name : '@sentry/browser - ES6 CDN Bundle (gzipped)' ,
113+ name : '@sentry/browser - CDN Bundle (gzipped)' ,
100114 path : 'packages/browser/build/bundles/bundle.min.js' ,
101115 gzip : true ,
102116 limit : '28 KB' ,
103117 } ,
104118
105- // browser CDN bundles (ES6 + non-gzipped)
119+ // browser CDN bundles (non-gzipped)
106120 {
107- name : '@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed)' ,
121+ name : '@sentry/browser (incl. Tracing, Replay) - CDN Bundle (minified & uncompressed)' ,
108122 path : 'packages/browser/build/bundles/bundle.tracing.replay.min.js' ,
109123 gzip : false ,
110124 brotli : false ,
111125 limit : '260 KB' ,
112126 } ,
113127 {
114- name : '@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed)' ,
128+ name : '@sentry/browser (incl. Tracing) - CDN Bundle (minified & uncompressed)' ,
115129 path : 'packages/browser/build/bundles/bundle.tracing.min.js' ,
116130 gzip : false ,
117131 brotli : false ,
118132 limit : '105 KB' ,
119133 } ,
120134 {
121- name : '@sentry/browser - ES6 CDN Bundle (minified & uncompressed)' ,
135+ name : '@sentry/browser - CDN Bundle (minified & uncompressed)' ,
122136 path : 'packages/browser/build/bundles/bundle.min.js' ,
123137 gzip : false ,
124138 brotli : false ,
125139 limit : '80 KB' ,
126140 } ,
127141
128- // Browser CDN bundles (ES5)
129- // Replay is not supported in ES5 mode
130- {
131- name : '@sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped)' ,
132- path : 'packages/browser/build/bundles/bundle.tracing.es5.min.js' ,
133- gzip : true ,
134- limit : '40 KB' ,
135- } ,
136-
137142 // React
138143 {
139144 name : '@sentry/react (incl. Tracing, Replay) - Webpack (gzipped)' ,
140145 path : 'packages/react/build/esm/index.js' ,
141- import : '{ init, browserTracingIntegration, Replay }' ,
146+ import : '{ init, browserTracingIntegration, replayIntegration }' ,
142147 gzip : true ,
143148 limit : '75 KB' ,
144149 } ,
@@ -154,7 +159,7 @@ module.exports = [
154159 {
155160 name : '@sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped)' ,
156161 path : 'packages/nextjs/build/esm/client/index.js' ,
157- import : '{ init, browserTracingIntegration, Replay }' ,
162+ import : '{ init, browserTracingIntegration, replayIntegration }' ,
158163 gzip : true ,
159164 limit : '110 KB' ,
160165 } ,
@@ -168,7 +173,7 @@ module.exports = [
168173 {
169174 name : '@sentry-internal/feedback - Webpack (gzipped)' ,
170175 path : 'packages/feedback/build/npm/esm/index.js' ,
171- import : '{ Feedback }' ,
176+ import : '{ feedbackIntegration }' ,
172177 gzip : true ,
173178 limit : '25 KB' ,
174179 } ,
0 commit comments