Skip to content

Commit cb6b498

Browse files
committed
fixup! feat(core): Add option to enhance the fetch error message
1 parent 47d33f2 commit cb6b498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.size-limit.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = [
5252
path: 'packages/browser/build/npm/esm/prod/index.js',
5353
import: createImport('init', 'browserTracingIntegration', 'replayIntegration'),
5454
gzip: true,
55-
limit: '80 KB',
55+
limit: '81 KB',
5656
},
5757
{
5858
name: '@sentry/browser (incl. Tracing, Replay) - with treeshaking flags',
@@ -213,7 +213,7 @@ module.exports = [
213213
import: createImport('init'),
214214
ignore: ['next/router', 'next/constants'],
215215
gzip: true,
216-
limit: '46 KB',
216+
limit: '47 KB',
217217
},
218218
// SvelteKit SDK (ESM)
219219
{
@@ -222,7 +222,7 @@ module.exports = [
222222
import: createImport('init'),
223223
ignore: ['$app/stores'],
224224
gzip: true,
225-
limit: '42 KB',
225+
limit: '43 KB',
226226
},
227227
// Node-Core SDK (ESM)
228228
{

0 commit comments

Comments
 (0)