File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,6 +112,27 @@ module.exports = [
112112 gzip : true ,
113113 limit : '35 KB' ,
114114 } ,
115+ {
116+ name : '@sentry/browser (incl. Metrics)' ,
117+ path : 'packages/browser/build/npm/esm/prod/index.js' ,
118+ import : createImport ( 'init' , 'metrics' , 'logger' ) ,
119+ gzip : true ,
120+ limit : '28 KB' ,
121+ } ,
122+ {
123+ name : '@sentry/browser (incl. Logs)' ,
124+ path : 'packages/browser/build/npm/esm/prod/index.js' ,
125+ import : createImport ( 'init' , 'metrics' , 'logger' ) ,
126+ gzip : true ,
127+ limit : '28 KB' ,
128+ } ,
129+ {
130+ name : '@sentry/browser (incl. Metrics & Logs)' ,
131+ path : 'packages/browser/build/npm/esm/prod/index.js' ,
132+ import : createImport ( 'init' , 'metrics' , 'logger' ) ,
133+ gzip : true ,
134+ limit : '30 KB' ,
135+ } ,
115136 // React SDK (ESM)
116137 {
117138 name : '@sentry/react' ,
You can’t perform that action at this time.
0 commit comments