From 548cd63235fd5ac08b393491b3ced703aed33489 Mon Sep 17 00:00:00 2001 From: Stefan Arentz Date: Tue, 25 Jul 2017 07:58:07 -0400 Subject: [PATCH] Bug 1383864 - Enable Sentry for iOS 8.1 Release --- buddybuild_prebuild.sh | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/buddybuild_prebuild.sh b/buddybuild_prebuild.sh index 1df9e28f3dfa..4d2112b3b4fb 100755 --- a/buddybuild_prebuild.sh +++ b/buddybuild_prebuild.sh @@ -34,16 +34,11 @@ echo "Setting Leanplum environment to PRODUCTION for $BUDDYBUILD_SCHEME" /usr/libexec/PlistBuddy -c "Set LeanplumKey $LEANPLUM_KEY_PRODUCTION" "Client/Info.plist" # -# Enable Sentry on all builds except release +# Enable Sentry on all builds # -if [ "$BUDDYBUILD_SCHEME" != "Firefox" ]; then - echo "Setting SentryDSN to $SENTRY_DSN" - /usr/libexec/PlistBuddy -c "Set SentryDSN $SENTRY_DSN" "Client/Info.plist" -else - echo "Deleting SentryDSN" - /usr/libexec/PlistBuddy -c "Delete SentryDSN" "Client/Info.plist" -fi +echo "Setting SentryDSN to $SENTRY_DSN" +/usr/libexec/PlistBuddy -c "Set SentryDSN $SENTRY_DSN" "Client/Info.plist" # # Set the build number to match the Buddybuild number