forked from Ivasoft/mattermost-mobile
update scripts
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Disable the below if you are not using Sentry
|
||||
export SENTRY_ENABLED=true
|
||||
|
||||
sentry_properties="defaults.url=https://sentry.io
|
||||
defaults.org=${SENTRY_ORG}
|
||||
defaults.project=${SENTRY_PROJECT_IOS}
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Disable the below if you are not using Sentry
|
||||
export SENTRY_ENABLED=true
|
||||
|
||||
if [[ "${SENTRY_ENABLED}" = "true" ]]; then
|
||||
echo "Uploading debugging symbols to Sentry"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user