Skip to content

Commit 91f264f

Browse files
committed
fixup! fix(core): add a PromiseBuffer for incoming events on the client
1 parent 7fec5cd commit 91f264f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.size-limit.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = [
3838
path: 'packages/browser/build/npm/esm/prod/index.js',
3939
import: createImport('init', 'browserTracingIntegration'),
4040
gzip: true,
41-
limit: '41.38 KB',
41+
limit: '41.4 KB',
4242
},
4343
{
4444
name: '@sentry/browser (incl. Tracing, Profiling)',
@@ -127,7 +127,7 @@ module.exports = [
127127
import: createImport('init', 'ErrorBoundary', 'reactRouterV6BrowserTracingIntegration'),
128128
ignore: ['react/jsx-runtime'],
129129
gzip: true,
130-
limit: '43.33 KB',
130+
limit: '43.4 KB',
131131
},
132132
// Vue SDK (ESM)
133133
{

0 commit comments

Comments
 (0)