Skip to content

Commit

Permalink
build: Fix typo in size limit config (#8825)
Browse files Browse the repository at this point in the history
Oops...
  • Loading branch information
mydea committed Aug 17, 2023
1 parent c20e0fb commit 39bf783
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 @@ -75,7 +75,7 @@ module.exports = [
{
name: '@sentry/react (incl. Tracing, Replay) - Webpack (gzipped)',
path: 'packages/react/build/esm/index.js',
import: '{ init, BrowserTYracing, Replay }',
import: '{ init, BrowserTracing, Replay }',
gzip: true,
limit: '80 KB',
},
Expand Down

0 comments on commit 39bf783

Please sign in to comment.