File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ module.exports = [
96
96
path : 'packages/browser/build/npm/esm/index.js' ,
97
97
import : createImport ( 'init' , 'sendFeedback' ) ,
98
98
gzip : true ,
99
- limit : '29 KB' ,
99
+ limit : '30 KB' ,
100
100
} ,
101
101
{
102
102
name : '@sentry/browser (incl. FeedbackAsync)' ,
@@ -150,13 +150,13 @@ module.exports = [
150
150
name : 'CDN Bundle' ,
151
151
path : createCDNPath ( 'bundle.min.js' ) ,
152
152
gzip : true ,
153
- limit : '26 KB' ,
153
+ limit : '27 KB' ,
154
154
} ,
155
155
{
156
156
name : 'CDN Bundle (incl. Tracing)' ,
157
157
path : createCDNPath ( 'bundle.tracing.min.js' ) ,
158
158
gzip : true ,
159
- limit : '41 KB' ,
159
+ limit : '42 KB' ,
160
160
} ,
161
161
{
162
162
name : 'CDN Bundle (incl. Tracing, Replay)' ,
@@ -183,7 +183,7 @@ module.exports = [
183
183
path : createCDNPath ( 'bundle.tracing.min.js' ) ,
184
184
gzip : false ,
185
185
brotli : false ,
186
- limit : '120 KB' ,
186
+ limit : '123 KB' ,
187
187
} ,
188
188
{
189
189
name : 'CDN Bundle (incl. Tracing, Replay) - uncompressed' ,
You can’t perform that action at this time.
0 commit comments