Skip to content

Commit

Permalink
size limit increase for vue+tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Nov 13, 2024
1 parent 3d93323 commit 08a8882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module.exports = [
path: 'packages/vue/build/esm/index.js',
import: createImport('init', 'browserTracingIntegration'),
gzip: true,
limit: '38 KB',
limit: '38.5 KB',
},
// Svelte SDK (ESM)
{
Expand Down

0 comments on commit 08a8882

Please sign in to comment.