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 28b9be5 commit 8a75b09Copy full SHA for 8a75b09
.size-limit.js
@@ -217,14 +217,23 @@ module.exports = [
217
gzip: true,
218
limit: '41 KB',
219
},
220
+ // Node-Core SDK (ESM)
221
+ {
222
+ name: '@sentry/node-core',
223
+ path: 'packages/node-core/build/esm/index.js',
224
+ import: createImport('init'),
225
+ ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
226
+ gzip: true,
227
+ limit: '116 KB',
228
+ },
229
// Node SDK (ESM)
230
{
231
name: '@sentry/node',
232
path: 'packages/node/build/esm/index.js',
233
import: createImport('init'),
234
ignore: [...builtinModules, ...nodePrefixedBuiltinModules],
235
- limit: '170 KB',
236
+ limit: '144 KB',
237
238
239
name: '@sentry/node - without tracing',
0 commit comments