@@ -15,14 +15,14 @@ module.exports = [
15
15
path : 'packages/browser/build/npm/esm/index.js' ,
16
16
import : createImport ( 'init' , 'browserTracingIntegration' ) ,
17
17
gzip : true ,
18
- limit : '34 KB' ,
18
+ limit : '35 KB' ,
19
19
} ,
20
20
{
21
21
name : '@sentry/browser (incl. Tracing, Replay)' ,
22
22
path : 'packages/browser/build/npm/esm/index.js' ,
23
23
import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' ) ,
24
24
gzip : true ,
25
- limit : '71 KB' ,
25
+ limit : '72 KB' ,
26
26
} ,
27
27
{
28
28
name : '@sentry/browser (incl. Tracing, Replay) - with treeshaking flags' ,
@@ -48,14 +48,14 @@ module.exports = [
48
48
path : 'packages/browser/build/npm/esm/index.js' ,
49
49
import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' , 'replayCanvasIntegration' ) ,
50
50
gzip : true ,
51
- limit : '75 KB' ,
51
+ limit : '76 KB' ,
52
52
} ,
53
53
{
54
54
name : '@sentry/browser (incl. Tracing, Replay, Feedback)' ,
55
55
path : 'packages/browser/build/npm/esm/index.js' ,
56
56
import : createImport ( 'init' , 'browserTracingIntegration' , 'replayIntegration' , 'feedbackIntegration' ) ,
57
57
gzip : true ,
58
- limit : '87 KB' ,
58
+ limit : '89 KB' ,
59
59
} ,
60
60
{
61
61
name : '@sentry/browser (incl. Tracing, Replay, Feedback, metrics)' ,
@@ -69,21 +69,21 @@ module.exports = [
69
69
path : 'packages/browser/build/npm/esm/index.js' ,
70
70
import : createImport ( 'init' , 'metrics' ) ,
71
71
gzip : true ,
72
- limit : '40 KB' ,
72
+ limit : '30 KB' ,
73
73
} ,
74
74
{
75
75
name : '@sentry/browser (incl. Feedback)' ,
76
76
path : 'packages/browser/build/npm/esm/index.js' ,
77
77
import : createImport ( 'init' , 'feedbackIntegration' ) ,
78
78
gzip : true ,
79
- limit : '40 KB' ,
79
+ limit : '41 KB' ,
80
80
} ,
81
81
{
82
82
name : '@sentry/browser (incl. sendFeedback)' ,
83
83
path : 'packages/browser/build/npm/esm/index.js' ,
84
84
import : createImport ( 'init' , 'sendFeedback' ) ,
85
85
gzip : true ,
86
- limit : '28 KB' ,
86
+ limit : '29 KB' ,
87
87
} ,
88
88
{
89
89
name : '@sentry/browser (incl. FeedbackAsync)' ,
@@ -107,7 +107,7 @@ module.exports = [
107
107
import : createImport ( 'init' , 'ErrorBoundary' , 'reactRouterV6BrowserTracingIntegration' ) ,
108
108
ignore : [ 'react/jsx-runtime' ] ,
109
109
gzip : true ,
110
- limit : '37 KB' ,
110
+ limit : '38 KB' ,
111
111
} ,
112
112
// Vue SDK (ESM)
113
113
{
@@ -143,7 +143,7 @@ module.exports = [
143
143
name : 'CDN Bundle (incl. Tracing)' ,
144
144
path : createCDNPath ( 'bundle.tracing.min.js' ) ,
145
145
gzip : true ,
146
- limit : '36 KB' ,
146
+ limit : '37 KB' ,
147
147
} ,
148
148
{
149
149
name : 'CDN Bundle (incl. Tracing, Replay)' ,
@@ -193,7 +193,7 @@ module.exports = [
193
193
import : createImport ( 'init' ) ,
194
194
ignore : [ 'next/router' , 'next/constants' ] ,
195
195
gzip : true ,
196
- limit : '37 KB' ,
196
+ limit : '38 KB' ,
197
197
} ,
198
198
// SvelteKit SDK (ESM)
199
199
{
0 commit comments