Is there a way to disable uploading sourcemaps for android and iOS debug builds? I can add add `if [ "${CONFIGURATION}" = "Release" ]; then ... ` check for ios run script but I don't understand why does that even run in debug scheme