Skip to content

Commit 3e8497e

Browse files
committed
add size limit
1 parent e189867 commit 3e8497e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.size-limit.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ module.exports = [
4040
gzip: true,
4141
limit: '40.7 KB',
4242
},
43+
{
44+
name: '@sentry/browser (incl. Tracing, Profiling)',
45+
path: 'packages/browser/build/npm/esm/index.js',
46+
import: createImport('init', 'browserTracingIntegration', 'browserProfilingIntegration'),
47+
gzip: true,
48+
limit: '80 KB',
49+
},
4350
{
4451
name: '@sentry/browser (incl. Tracing, Replay)',
4552
path: 'packages/browser/build/npm/esm/index.js',

0 commit comments

Comments
 (0)