We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba8fcb commit 344c3d0Copy full SHA for 344c3d0
.size-limit.js
@@ -107,7 +107,7 @@ module.exports = [
107
path: 'packages/browser/build/npm/esm/index.js',
108
import: createImport('init', 'feedbackAsyncIntegration'),
109
gzip: true,
110
- limit: '33 KB',
+ limit: '33.5 KB',
111
},
112
// React SDK (ESM)
113
{
@@ -160,7 +160,7 @@ module.exports = [
160
name: 'CDN Bundle (incl. Tracing)',
161
path: createCDNPath('bundle.tracing.min.js'),
162
163
- limit: '38 KB',
+ limit: '38.5 KB',
164
165
166
name: 'CDN Bundle (incl. Tracing, Replay)',
0 commit comments