diff --git a/ios/uploadDebugSymbols.sh b/ios/uploadDebugSymbols.sh index f72ff24438..348deb8d9d 100755 --- a/ios/uploadDebugSymbols.sh +++ b/ios/uploadDebugSymbols.sh @@ -6,7 +6,8 @@ if [[ "${SENTRY_ENABLED}" = "true" ]]; then ./makeSentryProperties.sh export SENTRY_PROPERTIES=sentry.properties - ../node_modules/@sentry/cli/bin/sentry-cli upload-dsym +../node_modules/@sentry/cli/bin/sentry-cli upload-dif "$DWARF_DSYM_FOLDER_PATH" + else echo "Not uploading debugging symbols to Sentry because Sentry is disabled" fi