@@ -5,14 +5,14 @@ module.exports = [
55 // Browser SDK (ESM)
66 {
77 name : '@sentry/browser' ,
8- path : 'packages/browser/build/npm/esm/index.js' ,
8+ path : 'packages/browser/build/npm/esm/prod/ index.js' ,
99 import : createImport ( 'init' ) ,
1010 gzip : true ,
1111 limit : '25 KB' ,
1212 } ,
1313 {
1414 name : '@sentry/browser - with treeshaking flags' ,
15- path : 'packages/browser/build/npm/esm/index.js' ,
15+ path : 'packages/browser/build/npm/esm/prod/ index.js' ,
1616 import : createImport ( 'init' ) ,
1717 gzip : true ,
1818 limit : '24.1 KB' ,
@@ -35,28 +35,28 @@ module.exports = [
3535 } ,
3636 {
3737 name : '@sentry/browser (incl. Tracing)' ,
38- path : 'packages/browser/build/npm/esm/index.js' ,
38+ path : 'packages/browser/build/npm/esm/prod/ index.js' ,
3939 import : createImport ( 'init' , 'browserTracingIntegration' ) ,
4040 gzip : true ,
4141 limit : '41.3 KB' ,
4242 } ,
4343 {
4444 name : '@sentry/browser (incl. Tracing, Profiling)' ,
45- path : 'packages/browser/build/npm/esm/index.js' ,
45+ path : 'packages/browser/build/npm/esm/prod/ index.js' ,
4646 import : createImport ( 'init' , 'browserTracingIntegration' , 'browserProfilingIntegration' ) ,
4747 gzip : true ,
4848 limit : '48 KB' ,
4949 } ,
5050 {
5151 name : '@sentry/browser (incl. Tracing, Replay)' ,
52- path : 'packages/browser/build/npm/esm/index.js' ,
52+ path : 'packages/browser/build/npm/esm/prod/ index.js' ,
5353 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' ) ,
5454 gzip : true ,
5555 limit : '80 KB' ,
5656 } ,
5757 {
5858 name : '@sentry/browser (incl. Tracing, Replay) - with treeshaking flags' ,
59- path : 'packages/browser/build/npm/esm/index.js' ,
59+ path : 'packages/browser/build/npm/esm/prod/ index.js' ,
6060 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' ) ,
6161 gzip : true ,
6262 limit : '75 KB' ,
@@ -79,35 +79,35 @@ module.exports = [
7979 } ,
8080 {
8181 name : '@sentry/browser (incl. Tracing, Replay with Canvas)' ,
82- path : 'packages/browser/build/npm/esm/index.js' ,
82+ path : 'packages/browser/build/npm/esm/prod/ index.js' ,
8383 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' , 'replayCanvasIntegration' ) ,
8484 gzip : true ,
8585 limit : '85 KB' ,
8686 } ,
8787 {
8888 name : '@sentry/browser (incl. Tracing, Replay, Feedback)' ,
89- path : 'packages/browser/build/npm/esm/index.js' ,
89+ path : 'packages/browser/build/npm/esm/prod/ index.js' ,
9090 import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' , 'feedbackIntegration' ) ,
9191 gzip : true ,
9292 limit : '97 KB' ,
9393 } ,
9494 {
9595 name : '@sentry/browser (incl. Feedback)' ,
96- path : 'packages/browser/build/npm/esm/index.js' ,
96+ path : 'packages/browser/build/npm/esm/prod/ index.js' ,
9797 import : createImport ( 'init' , 'feedbackIntegration' ) ,
9898 gzip : true ,
9999 limit : '42 KB' ,
100100 } ,
101101 {
102102 name : '@sentry/browser (incl. sendFeedback)' ,
103- path : 'packages/browser/build/npm/esm/index.js' ,
103+ path : 'packages/browser/build/npm/esm/prod/ index.js' ,
104104 import : createImport ( 'init' , 'sendFeedback' ) ,
105105 gzip : true ,
106106 limit : '30 KB' ,
107107 } ,
108108 {
109109 name : '@sentry/browser (incl. FeedbackAsync)' ,
110- path : 'packages/browser/build/npm/esm/index.js' ,
110+ path : 'packages/browser/build/npm/esm/prod/ index.js' ,
111111 import : createImport ( 'init' , 'feedbackAsyncIntegration' ) ,
112112 gzip : true ,
113113 limit : '35 KB' ,
0 commit comments