Skip to content

Commit 39bf783

Browse files
authored
build: Fix typo in size limit config (#8825)
Oops...
1 parent c20e0fb commit 39bf783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.size-limit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = [
7575
{
7676
name: '@sentry/react (incl. Tracing, Replay) - Webpack (gzipped)',
7777
path: 'packages/react/build/esm/index.js',
78-
import: '{ init, BrowserTYracing, Replay }',
78+
import: '{ init, BrowserTracing, Replay }',
7979
gzip: true,
8080
limit: '80 KB',
8181
},

0 commit comments

Comments
 (0)