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 83ee34b commit a2ba257Copy full SHA for a2ba257
.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.1 KB',
111
},
112
// React SDK (ESM)
113
{
@@ -139,7 +139,7 @@ module.exports = [
139
path: 'packages/vue/build/esm/index.js',
140
import: createImport('init', 'browserTracingIntegration'),
141
142
- limit: '38 KB',
+ limit: '38.2 KB',
143
144
// Svelte SDK (ESM)
145
0 commit comments