fix(project): drop sentry support

This commit is contained in:
Łukasz Mierzwa
2022-03-15 14:44:40 +00:00
committed by Łukasz Mierzwa
parent da32c5fc9f
commit ded6716f86
37 changed files with 21 additions and 729 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ git log --no-merges --name-only --pretty=format: ${RANGE} | grep -Ev '^$' | sort
elif [[ "${FILE}" == "ui/package.json" ]]; then
echo "[?] ${FILE}"
git diff --no-prefix --diff-filter=M --unified=0 ${RANGE} -- ui/package.json | grep -E '^\+ ' | tr -d '":,' | while read I NAME VERSION ; do
if [[ "${NAME}" =~ ^(@types|@sentry)/.+ ]]; then
if [[ "${NAME}" =~ ^@types/.+ ]]; then
echo "[S] ${NAME}: ${VERSION}"
else
echo "[P] ${NAME}: ${VERSION}"