Skip to content

Commit

Permalink
@derek/expo sentry (#5317)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Derek <[email protected]>
  • Loading branch information
3 people authored Jan 5, 2024
1 parent 6249f1c commit f23fe79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/eas-build-pre-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f23fe79

Please sign in to comment.