Skip to content

Commit

Permalink
Bug 1383864 - Enable Sentry for iOS 8.1 Release (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan committed Jul 26, 2017
1 parent 7ce1bdb commit 47df1e7
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions buddybuild_prebuild.sh
Expand Up @@ -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
Expand Down

0 comments on commit 47df1e7

Please sign in to comment.