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 = [
5
5
path : 'packages/browser/build/npm/esm/index.js' ,
6
6
import : '{ init, Replay, BrowserTracing }' ,
7
7
gzip : true ,
8
- limit : '80 KB' ,
8
+ limit : '90 KB' ,
9
9
} ,
10
10
{
11
11
name : '@sentry/browser (incl. Tracing) - Webpack (gzipped)' ,
@@ -47,7 +47,7 @@ module.exports = [
47
47
name : '@sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed)' ,
48
48
path : 'packages/browser/build/bundles/bundle.tracing.replay.min.js' ,
49
49
gzip : false ,
50
- limit : '250 KB' ,
50
+ limit : '260 KB' ,
51
51
} ,
52
52
{
53
53
name : '@sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed)' ,
@@ -93,7 +93,7 @@ module.exports = [
93
93
path : 'packages/nextjs/build/esm/client/index.js' ,
94
94
import : '{ init, BrowserTracing, Replay }' ,
95
95
gzip : true ,
96
- limit : '100 KB' ,
96
+ limit : '110 KB' ,
97
97
} ,
98
98
{
99
99
name : '@sentry/nextjs Client - Webpack (gzipped)' ,
You can’t perform that action at this time.
0 commit comments