update scripts

This commit is contained in:
Avinash Lingaloo
2022-09-18 12:36:51 +04:00
parent dce5b8dc49
commit 958378603b
2 changed files with 6 additions and 0 deletions

View File

@@ -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}

View File

@@ -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"