Skip to content

Commit

Permalink
Bump vue and browser (incl feedback async) size limits by 100B
Browse files Browse the repository at this point in the history
  • Loading branch information
aliu39 committed Nov 13, 2024
1 parent 83ee34b commit ab1bb31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module.exports = [
path: 'packages/browser/build/npm/esm/index.js',
import: createImport('init', 'feedbackAsyncIntegration'),
gzip: true,
limit: '33 KB',
limit: '33.1 KB',
},
// React SDK (ESM)
{
Expand All @@ -132,7 +132,7 @@ module.exports = [
path: 'packages/vue/build/esm/index.js',
import: createImport('init'),
gzip: true,
limit: '28 KB',
limit: '28.1 KB',
},
{
name: '@sentry/vue (incl. Tracing)',
Expand Down

0 comments on commit ab1bb31

Please sign in to comment.