File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ yarn --prod false
2727
2828echo " "
2929echo " BUILDING SDK"
30- # we need to build es5 versions because `next.config.js` calls `require` on the SDK (to get `withSentryConfig`) and
30+ # We need to build es5 versions because `next.config.js` calls `require` on the SDK (to get `withSentryConfig`) and
3131# therefore it looks for `dist/index.js`
3232yarn build:es5
33- # we need to build esm versions because that's what `next` actually uses when it builds the app
33+ # We need to build esm versions because that's what `next` actually uses when it builds the app
3434yarn build:esm
3535
3636echo " "
@@ -46,11 +46,9 @@ yarn add file:sentry-javascript/packages/nextjs
4646
4747# In case for any reason we ever need to link the local SDK rather than adding it as a file dependency:
4848
49- # for abs_package_path in ${PROJECT_DIR}/sentry-javascript/packages/*; do
5049# echo " "
5150# echo "LINKING LOCAL SDK INTO PROJECT"
5251
53- # # link the built packages into project dependencies
5452# for abs_package_path in sentry-javascript/packages/*; do
5553# package=$(basename $abs_package_path)
5654
You can’t perform that action at this time.
0 commit comments