1
1
module . exports = [
2
2
// Main browser webpack builds
3
3
{
4
- name : '@sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) ' ,
4
+ name : '@sentry/browser (incl. Tracing, Replay, Feedback)' ,
5
5
path : 'packages/browser/build/npm/esm/index.js' ,
6
6
import : '{ init, replayIntegration, browserTracingIntegration, feedbackIntegration }' ,
7
7
gzip : true ,
8
8
limit : '90 KB' ,
9
9
} ,
10
10
{
11
- name : '@sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) ' ,
11
+ name : '@sentry/browser (incl. Tracing, Replay)' ,
12
12
path : 'packages/browser/build/npm/esm/index.js' ,
13
13
import : '{ init, replayIntegration, browserTracingIntegration }' ,
14
14
gzip : true ,
15
- limit : '75 KB' ,
15
+ limit : '90 KB' ,
16
16
} ,
17
17
{
18
- name : '@sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) ' ,
18
+ name : '@sentry/browser (incl. Tracing, Replay with Canvas)' ,
19
19
path : 'packages/browser/build/npm/esm/index.js' ,
20
20
import : '{ init, replayIntegration, browserTracingIntegration, replayCanvasIntegration }' ,
21
21
gzip : true ,
22
22
limit : '90 KB' ,
23
23
} ,
24
24
{
25
- name : '@sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) ' ,
25
+ name : '@sentry/browser (incl. Tracing, Replay) - with treeshaking flags' ,
26
26
path : 'packages/browser/build/npm/esm/index.js' ,
27
27
import : '{ init, replayIntegration, browserTracingIntegration }' ,
28
28
gzip : true ,
@@ -41,98 +41,98 @@ module.exports = [
41
41
} ,
42
42
} ,
43
43
{
44
- name : '@sentry/browser (incl. Tracing) - Webpack (gzipped) ' ,
44
+ name : '@sentry/browser (incl. Tracing)' ,
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
- name : '@sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) ' ,
51
+ name : '@sentry/browser (incl. browserTracingIntegration)' ,
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
- name : '@sentry/browser (incl. feedbackIntegration) - Webpack (gzipped) ' ,
58
+ name : '@sentry/browser (incl. feedbackIntegration)' ,
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
- name : '@sentry/browser (incl. feedbackModalIntegration) - Webpack (gzipped) ' ,
65
+ name : '@sentry/browser (incl. feedbackModalIntegration)' ,
66
66
path : 'packages/browser/build/npm/esm/index.js' ,
67
67
import : '{ init, feedbackIntegration, feedbackModalIntegration }' ,
68
68
gzip : true ,
69
- limit : '50 KB' ,
69
+ limit : '90 KB' ,
70
70
} ,
71
71
{
72
- name : '@sentry/browser (incl. feedbackScreenshotIntegration) - Webpack (gzipped) ' ,
72
+ name : '@sentry/browser (incl. feedbackScreenshotIntegration)' ,
73
73
path : 'packages/browser/build/npm/esm/index.js' ,
74
74
import : '{ init, feedbackIntegration, feedbackModalIntegration, feedbackScreenshotIntegration }' ,
75
75
gzip : true ,
76
- limit : '50 KB' ,
76
+ limit : '90 KB' ,
77
77
} ,
78
78
{
79
- name : '@sentry/browser (incl. sendFeedback) - Webpack (gzipped) ' ,
79
+ name : '@sentry/browser (incl. sendFeedback)' ,
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
- name : '@sentry/browser - Webpack (gzipped) ' ,
86
+ name : '@sentry/browser' ,
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
94
94
{
95
- name : '@sentry/browser (incl. Tracing, Replay, Feedback) - CDN Bundle (gzipped )' ,
95
+ name : 'CDN Bundle (incl. Tracing, Replay, Feedback)' ,
96
96
path : 'packages/browser/build/bundles/bundle.tracing.replay.feedback.min.js' ,
97
97
gzip : true ,
98
98
limit : '90 KB' ,
99
99
} ,
100
100
{
101
- name : '@sentry/browser (incl. Tracing, Replay) - CDN Bundle (gzipped )' ,
101
+ name : 'CDN Bundle (incl. Tracing, Replay)' ,
102
102
path : 'packages/browser/build/bundles/bundle.tracing.replay.min.js' ,
103
103
gzip : true ,
104
- limit : '75 KB' ,
104
+ limit : '90 KB' ,
105
105
} ,
106
106
{
107
- name : '@sentry/browser (incl. Tracing) - CDN Bundle (gzipped )' ,
107
+ name : 'CDN Bundle (incl. Tracing)' ,
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
- name : '@sentry/browser - CDN Bundle (gzipped) ' ,
113
+ name : 'CDN Bundle' ,
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)
120
120
{
121
- name : '@sentry/browser (incl. Tracing, Replay) - CDN Bundle (minified & uncompressed) ' ,
121
+ name : 'CDN Bundle (incl. Tracing, Replay) - uncompressed' ,
122
122
path : 'packages/browser/build/bundles/bundle.tracing.replay.min.js' ,
123
123
gzip : false ,
124
124
brotli : false ,
125
125
limit : '260 KB' ,
126
126
} ,
127
127
{
128
- name : '@sentry/browser (incl. Tracing) - CDN Bundle (minified & uncompressed) ' ,
128
+ name : 'CDN Bundle (incl. Tracing) - uncompressed' ,
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
- name : '@sentry/browser - CDN Bundle (minified & uncompressed) ' ,
135
+ name : 'CDN Bundle - uncompressed' ,
136
136
path : 'packages/browser/build/bundles/bundle.min.js' ,
137
137
gzip : false ,
138
138
brotli : false ,
@@ -141,40 +141,34 @@ module.exports = [
141
141
142
142
// React
143
143
{
144
- name : '@sentry/react (incl. Tracing, Replay) - Webpack (gzipped) ' ,
144
+ name : '@sentry/react (incl. Tracing, Replay)' ,
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
- name : '@sentry/react - Webpack (gzipped) ' ,
151
+ name : '@sentry/react' ,
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
159
- {
160
- name : '@sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped)' ,
159
+ // TODO: Re-enable these, when we figure out why they break...
160
+ /* {
161
+ name: '@sentry /nextjs Client (incl. Tracing, Replay)',
161
162
path: 'packages/nextjs/build/esm/client/index.js',
162
163
import: '{ init, browserTracingIntegration, replayIntegration }',
163
164
gzip: true,
164
165
limit: '110 KB',
165
166
},
166
167
{
167
- name : '@sentry/nextjs Client - Webpack (gzipped) ' ,
168
+ name: '@sentry /nextjs Client',
168
169
path: 'packages/nextjs/build/esm/client/index.js',
169
170
import: '{ init }',
170
171
gzip: true,
171
172
limit: '57 KB',
172
- } ,
173
- {
174
- name : '@sentry-internal/feedback - Webpack (gzipped)' ,
175
- path : 'packages/feedback/build/npm/esm/index.js' ,
176
- import : '{ feedbackIntegration }' ,
177
- gzip : true ,
178
- limit : '25 KB' ,
179
- } ,
173
+ }, */
180
174
] ;
0 commit comments