Skip to content

Commit 08100c2

Browse files
committed
random cleanup
1 parent 447a8e2 commit 08100c2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/nextjs/vercel/install-sentry-from-branch.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ yarn --prod false
2727

2828
echo " "
2929
echo "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`
3232
yarn 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
3434
yarn build:esm
3535

3636
echo " "
@@ -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

0 commit comments

Comments
 (0)