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 64120ab commit 5f07800Copy full SHA for 5f07800
.size-limit.js
@@ -17,6 +17,12 @@ module.exports = [
17
import: '{ init }',
18
limit: '100 KB',
19
},
20
+ {
21
+ name: '@sentry/nextjs Client - Webpack',
22
+ path: 'packages/nextjs/esm/index.client.js',
23
+ import: '{ init }',
24
+ limit: '100 KB',
25
+ },
26
{
27
name: '@sentry/browser + @sentry/tracing - CDN Bundle (gzipped)',
28
path: 'packages/tracing/build/bundle.tracing.min.js',
0 commit comments