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 cc458cb commit f07db88Copy full SHA for f07db88
scripts/update-javascript.sh
@@ -3,6 +3,6 @@ set -euo pipefail
3
4
tagPrefix=''
5
repo="https://github.com/getsentry/sentry-javascript.git"
6
-packages=('@sentry/browser' '@sentry/core' '@sentry/types' '@sentry/utils')
+packages=('@sentry/browser' '@sentry/core' '@sentry/types')
7
packages+=('@sentry-internal/eslint-config-sdk' '@sentry-internal/eslint-plugin-sdk' '@sentry-internal/typescript')
8
. $(dirname "$0")/update-package-json.sh
0 commit comments