From f23fe79c521fd9e2c4f740ae76d700e0cdcf00f8 Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Fri, 5 Jan 2024 15:14:27 -0700 Subject: [PATCH] @derek/expo sentry (#5317) * chore: fix CI (#5307) * disable deeplinks jest tests * try this * disable * oop * anotha 1 * oop * swap changes * e2e for swap flow changes * testing * yes * revert file names * yup * updated sentry config to include sentry expo * lavamoat * lint * expo compatible sentry version * updated sentry properties to env var * updated sentry imports * ran yarn * updated sentry to version with xcode-debug-files script * fix missing sentry script * update pre-build --------- Co-authored-by: Skylar Barrera Co-authored-by: Derek --- scripts/eas-build-pre-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/eas-build-pre-install.sh b/scripts/eas-build-pre-install.sh index 986296d8c57..163c1d9be54 100755 --- a/scripts/eas-build-pre-install.sh +++ b/scripts/eas-build-pre-install.sh @@ -29,7 +29,7 @@ if [ "$EAS_BUILD_PLATFORM" = "android" ]; then echo "🌈 Downloading Google Services JSON" curl -H "Authorization: token $RAINBOW_SCRIPTS_TOKEN" -L $RAINBOW_GOOGLE_SERVICES_JSON -o android/app/google-services.json - if [ "$EAS_BUILD_PLATFORM" = "linux" ]; then + if [[ "$OSTYPE" =~ ^linux ]]; then echo "🌈 apt-get libsecret-tools" sudo apt-get -y install libsecret-tools fi