Skip to content

Commit 41c93ff

Browse files
committed
does this fix size limit?
1 parent a35eb7f commit 41c93ff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.size-limit.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ module.exports = [
4747
gzip: true,
4848
limit: '48 KB',
4949
},
50-
{
51-
name: '@sentry/browser (incl. Tracing with Span Streaming)',
52-
path: 'packages/browser/build/npm/esm/index.js',
53-
import: createImport('init', 'browserTracingIntegration', 'spanStreamingIntegration'),
54-
gzip: true,
55-
limit: '44 KB',
56-
},
50+
// {
51+
// name: '@sentry/browser (incl. Tracing Span-First)',
52+
// path: 'packages/browser/build/npm/esm/index.js',
53+
// import: createImport('init', 'browserTracingIntegration', 'spanStreamingIntegration'),
54+
// gzip: true,
55+
// limit: '44 KB',
56+
// },
5757
{
5858
name: '@sentry/browser (incl. Tracing, Replay)',
5959
path: 'packages/browser/build/npm/esm/prod/index.js',

0 commit comments

Comments
 (0)