File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module.exports = [
55 path : 'packages/browser/build/npm/esm/index.js' ,
66 import : '{ init, Replay, BrowserTracing }' ,
77 gzip : true ,
8- limit : '80 KB' ,
8+ limit : '90 KB' ,
99 } ,
1010 {
1111 name : '@sentry/browser (incl. Tracing) - Webpack (gzipped)' ,
@@ -47,7 +47,7 @@ module.exports = [
4747 name : '@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed)' ,
4848 path : 'packages/browser/build/bundles/bundle.tracing.replay.min.js' ,
4949 gzip : false ,
50- limit : '250 KB' ,
50+ limit : '260 KB' ,
5151 } ,
5252 {
5353 name : '@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed)' ,
@@ -93,7 +93,7 @@ module.exports = [
9393 path : 'packages/nextjs/build/esm/client/index.js' ,
9494 import : '{ init, BrowserTracing, Replay }' ,
9595 gzip : true ,
96- limit : '100 KB' ,
96+ limit : '110 KB' ,
9797 } ,
9898 {
9999 name : '@sentry/nextjs Client - Webpack (gzipped)' ,
You can’t perform that action at this time.
0 commit comments