@@ -45,21 +45,21 @@ module.exports = [
45
45
path : 'packages/browser/build/npm/esm/index.js' ,
46
46
import : '{ init, browserTracingIntegration }' ,
47
47
gzip : true ,
48
- limit : '35 KB' ,
48
+ limit : '90 KB' ,
49
49
} ,
50
50
{
51
51
name : '@sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped)' ,
52
52
path : 'packages/browser/build/npm/esm/index.js' ,
53
53
import : '{ init, browserTracingIntegration }' ,
54
54
gzip : true ,
55
- limit : '35 KB' ,
55
+ limit : '90 KB' ,
56
56
} ,
57
57
{
58
58
name : '@sentry/browser (incl. feedbackIntegration) - Webpack (gzipped)' ,
59
59
path : 'packages/browser/build/npm/esm/index.js' ,
60
60
import : '{ init, feedbackIntegration }' ,
61
61
gzip : true ,
62
- limit : '50 KB' ,
62
+ limit : '90 KB' ,
63
63
} ,
64
64
{
65
65
name : '@sentry/browser (incl. feedbackModalIntegration) - Webpack (gzipped)' ,
@@ -80,14 +80,14 @@ module.exports = [
80
80
path : 'packages/browser/build/npm/esm/index.js' ,
81
81
import : '{ init, sendFeedback }' ,
82
82
gzip : true ,
83
- limit : '50 KB' ,
83
+ limit : '90 KB' ,
84
84
} ,
85
85
{
86
86
name : '@sentry/browser - Webpack (gzipped)' ,
87
87
path : 'packages/browser/build/npm/esm/index.js' ,
88
88
import : '{ init }' ,
89
89
gzip : true ,
90
- limit : '28 KB' ,
90
+ limit : '90 KB' ,
91
91
} ,
92
92
93
93
// Browser CDN bundles
@@ -107,13 +107,13 @@ module.exports = [
107
107
name : '@sentry/browser (incl. Tracing) - CDN Bundle (gzipped)' ,
108
108
path : 'packages/browser/build/bundles/bundle.tracing.min.js' ,
109
109
gzip : true ,
110
- limit : '37 KB' ,
110
+ limit : '40 KB' ,
111
111
} ,
112
112
{
113
113
name : '@sentry/browser - CDN Bundle (gzipped)' ,
114
114
path : 'packages/browser/build/bundles/bundle.min.js' ,
115
115
gzip : true ,
116
- limit : '28 KB' ,
116
+ limit : '30 KB' ,
117
117
} ,
118
118
119
119
// browser CDN bundles (non-gzipped)
@@ -129,7 +129,7 @@ module.exports = [
129
129
path : 'packages/browser/build/bundles/bundle.tracing.min.js' ,
130
130
gzip : false ,
131
131
brotli : false ,
132
- limit : '105 KB' ,
132
+ limit : '120 KB' ,
133
133
} ,
134
134
{
135
135
name : '@sentry/browser - CDN Bundle (minified & uncompressed)' ,
@@ -145,14 +145,14 @@ module.exports = [
145
145
path : 'packages/react/build/esm/index.js' ,
146
146
import : '{ init, browserTracingIntegration, replayIntegration }' ,
147
147
gzip : true ,
148
- limit : '75 KB' ,
148
+ limit : '90 KB' ,
149
149
} ,
150
150
{
151
151
name : '@sentry/react - Webpack (gzipped)' ,
152
152
path : 'packages/react/build/esm/index.js' ,
153
153
import : '{ init }' ,
154
154
gzip : true ,
155
- limit : '30 KB' ,
155
+ limit : '90 KB' ,
156
156
} ,
157
157
158
158
// Next.js
@@ -171,12 +171,4 @@ module.exports = [
171
171
gzip: true,
172
172
limit: '57 KB',
173
173
}, */
174
-
175
- {
176
- name : '@sentry-internal/feedback - Webpack (gzipped)' ,
177
- path : 'packages/feedback/build/npm/esm/index.js' ,
178
- import : '{ feedbackIntegration }' ,
179
- gzip : true ,
180
- limit : '25 KB' ,
181
- } ,
182
174
] ;
0 commit comments