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 bc5324b commit 57fda90Copy full SHA for 57fda90
1 file changed
.size-limit.js
@@ -357,6 +357,23 @@ module.exports = [
357
limit: '51 KB',
358
disablePlugins: ['@size-limit/esbuild'],
359
},
360
+ // Core SDK subpath entry points (ESM)
361
+ {
362
+ name: '@sentry/core/server',
363
+ path: 'packages/core/build/esm/server.js',
364
+ import: '*',
365
+ gzip: true,
366
+ limit: '78 KB',
367
+ disablePlugins: ['@size-limit/esbuild'],
368
+ },
369
370
+ name: '@sentry/core/browser',
371
+ path: 'packages/core/build/esm/browser.js',
372
373
374
+ limit: '64 KB',
375
376
377
// Node-Core SDK (ESM)
378
{
379
name: '@sentry/node-core',
0 commit comments