We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c43dd commit fec8d48Copy full SHA for fec8d48
.size-limit.js
@@ -84,6 +84,13 @@ module.exports = [
84
gzip: true,
85
limit: '95 KB',
86
},
87
+ {
88
+ name: '@sentry/browser (incl. Logs)',
89
+ path: 'packages/browser/build/npm/esm/index.js',
90
+ import: createImport('init', 'logger'),
91
+ gzip: true,
92
+ limit: '40 KB',
93
+ },
94
{
95
name: '@sentry/browser (incl. Feedback)',
96
path: 'packages/browser/build/npm/esm/index.js',
0 commit comments