@@ -24,7 +24,7 @@ module.exports = [
2424
2525 // Browser CDN bundles (ES6)
2626 {
27- name : '@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped)' ,
27+ name : '@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped)' ,
2828 path : 'packages/browser/build/bundles/bundle.tracing.replay.min.js' ,
2929 gzip : true ,
3030 limit : '80 KB' ,
@@ -42,10 +42,30 @@ module.exports = [
4242 limit : '28 KB' ,
4343 } ,
4444
45+ // browser CDN bundles (ES6 + non-gzipped)
46+ {
47+ name : '@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed)' ,
48+ path : 'packages/browser/build/bundles/bundle.tracing.replay.min.js' ,
49+ gzip : false ,
50+ limit : '80 KB' ,
51+ } ,
52+ {
53+ name : '@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed)' ,
54+ path : 'packages/browser/build/bundles/bundle.tracing.min.js' ,
55+ gzip : false ,
56+ limit : '35 KB' ,
57+ } ,
58+ {
59+ name : '@sentry/browser - ES6 CDN Bundle (minified & uncompressed)' ,
60+ path : 'packages/browser/build/bundles/bundle.min.js' ,
61+ gzip : false ,
62+ limit : '28 KB' ,
63+ } ,
64+
4565 // Browser CDN bundles (ES5)
4666 // Replay is not supported in ES5 mode
4767 {
48- name : '@sentry/browser (incl. Tracing)- ES5 CDN Bundle (gzipped)' ,
68+ name : '@sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped)' ,
4969 path : 'packages/browser/build/bundles/bundle.tracing.es5.min.js' ,
5070 gzip : true ,
5171 limit : '35 KB' ,
0 commit comments