Skip to content

Commit 32840bc

Browse files
authored
Merge branch 'master' into abhi-browser-tracing-tree-shake
2 parents 246ea11 + 880efb2 commit 32840bc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.size-limit.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ module.exports = [
1717
import: '{ init }',
1818
limit: '100 KB',
1919
},
20+
{
21+
name: '@sentry/nextjs Client - Webpack',
22+
path: 'packages/nextjs/esm/index.client.js',
23+
import: '{ init }',
24+
limit: '100 KB',
25+
},
2026
{
2127
name: '@sentry/browser + @sentry/tracing - CDN Bundle (gzipped)',
2228
path: 'packages/tracing/build/bundle.tracing.min.js',

packages/tracing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"build:dev": "run-s build:es5 build:esm",
4646
"build:es5": "tsc -p tsconfig.build.json",
4747
"build:esm": "tsc -p tsconfig.esm.json",
48-
"build:watch": "run-p build:es5:watch build:esm:watch",
48+
"build:watch": "run-p build:es5:watch build:esm:watch build:bundle:watch",
4949
"build:bundle:watch": "rollup --config --watch",
5050
"build:dev:watch": "run-p build:es5:watch build:esm:watch",
5151
"build:es5:watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput",

0 commit comments

Comments
 (0)