@@ -38,21 +38,21 @@ module.exports = [
38
38
path : 'packages/browser/build/npm/esm/index.js' ,
39
39
import : createImport ( 'init' , 'browserTracingIntegration' ) ,
40
40
gzip : true ,
41
- limit : '39 KB' ,
41
+ limit : '40.5 KB' ,
42
42
} ,
43
43
{
44
44
name : '@sentry/browser (incl. Tracing, Replay)' ,
45
45
path : 'packages/browser/build/npm/esm/index.js' ,
46
46
import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' ) ,
47
47
gzip : true ,
48
- limit : '77 KB' ,
48
+ limit : '78 KB' ,
49
49
} ,
50
50
{
51
51
name : '@sentry/browser (incl. Tracing, Replay) - with treeshaking flags' ,
52
52
path : 'packages/browser/build/npm/esm/index.js' ,
53
53
import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' ) ,
54
54
gzip : true ,
55
- limit : '70.1 KB' ,
55
+ limit : '71 KB' ,
56
56
modifyWebpackConfig : function ( config ) {
57
57
const webpack = require ( 'webpack' ) ;
58
58
@@ -75,7 +75,7 @@ module.exports = [
75
75
path : 'packages/browser/build/npm/esm/index.js' ,
76
76
import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' , 'replayCanvasIntegration' ) ,
77
77
gzip : true ,
78
- limit : '82 KB' ,
78
+ limit : '83 KB' ,
79
79
} ,
80
80
{
81
81
name : '@sentry/browser (incl. Tracing, Replay, Feedback)' ,
@@ -120,7 +120,7 @@ module.exports = [
120
120
import : createImport ( 'init' , 'ErrorBoundary' , 'reactRouterV6BrowserTracingIntegration' ) ,
121
121
ignore : [ 'react/jsx-runtime' ] ,
122
122
gzip : true ,
123
- limit : '41 KB' ,
123
+ limit : '42 KB' ,
124
124
} ,
125
125
// Vue SDK (ESM)
126
126
{
@@ -135,7 +135,7 @@ module.exports = [
135
135
path : 'packages/vue/build/esm/index.js' ,
136
136
import : createImport ( 'init' , 'browserTracingIntegration' ) ,
137
137
gzip : true ,
138
- limit : '41 KB' ,
138
+ limit : '42 KB' ,
139
139
} ,
140
140
// Svelte SDK (ESM)
141
141
{
@@ -156,7 +156,7 @@ module.exports = [
156
156
name : 'CDN Bundle (incl. Tracing)' ,
157
157
path : createCDNPath ( 'bundle.tracing.min.js' ) ,
158
158
gzip : true ,
159
- limit : '39 KB' ,
159
+ limit : '40 KB' ,
160
160
} ,
161
161
{
162
162
name : 'CDN Bundle (incl. Tracing, Replay)' ,
0 commit comments