@@ -45,35 +45,35 @@ 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. Feedback) - 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. sendFeedback) - Webpack (gzipped)' ,
66
66
path : 'packages/browser/build/npm/esm/index.js' ,
67
67
import : '{ init, sendFeedback }' ,
68
68
gzip : true ,
69
- limit : '50 KB' ,
69
+ limit : '90 KB' ,
70
70
} ,
71
71
{
72
72
name : '@sentry/browser - Webpack (gzipped)' ,
73
73
path : 'packages/browser/build/npm/esm/index.js' ,
74
74
import : '{ init }' ,
75
75
gzip : true ,
76
- limit : '28 KB' ,
76
+ limit : '90 KB' ,
77
77
} ,
78
78
79
79
// Browser CDN bundles
@@ -93,13 +93,13 @@ module.exports = [
93
93
name : '@sentry/browser (incl. Tracing) - CDN Bundle (gzipped)' ,
94
94
path : 'packages/browser/build/bundles/bundle.tracing.min.js' ,
95
95
gzip : true ,
96
- limit : '37 KB' ,
96
+ limit : '40 KB' ,
97
97
} ,
98
98
{
99
99
name : '@sentry/browser - CDN Bundle (gzipped)' ,
100
100
path : 'packages/browser/build/bundles/bundle.min.js' ,
101
101
gzip : true ,
102
- limit : '28 KB' ,
102
+ limit : '30 KB' ,
103
103
} ,
104
104
105
105
// browser CDN bundles (non-gzipped)
@@ -115,7 +115,7 @@ module.exports = [
115
115
path : 'packages/browser/build/bundles/bundle.tracing.min.js' ,
116
116
gzip : false ,
117
117
brotli : false ,
118
- limit : '105 KB' ,
118
+ limit : '120 KB' ,
119
119
} ,
120
120
{
121
121
name : '@sentry/browser - CDN Bundle (minified & uncompressed)' ,
@@ -131,14 +131,14 @@ module.exports = [
131
131
path : 'packages/react/build/esm/index.js' ,
132
132
import : '{ init, browserTracingIntegration, replayIntegration }' ,
133
133
gzip : true ,
134
- limit : '75 KB' ,
134
+ limit : '90 KB' ,
135
135
} ,
136
136
{
137
137
name : '@sentry/react - Webpack (gzipped)' ,
138
138
path : 'packages/react/build/esm/index.js' ,
139
139
import : '{ init }' ,
140
140
gzip : true ,
141
- limit : '30 KB' ,
141
+ limit : '90 KB' ,
142
142
} ,
143
143
144
144
// Next.js
@@ -157,12 +157,4 @@ module.exports = [
157
157
gzip: true,
158
158
limit: '57 KB',
159
159
}, */
160
-
161
- {
162
- name : '@sentry-internal/feedback - Webpack (gzipped)' ,
163
- path : 'packages/feedback/build/npm/esm/index.js' ,
164
- import : '{ feedbackIntegration }' ,
165
- gzip : true ,
166
- limit : '25 KB' ,
167
- } ,
168
160
] ;
0 commit comments