Problem Statement
Uploading a progurad file by <SentryUploadAndroidProguardMapping> but this file is not associated with any release
According https://docs.sentry.io/cli/dif/#uploading-files this association requires adding io.sentry.proguard-uuid meetadata to and using sentry-cli upload-proguard --uuid ...
Solution Brainstorm
Preferred solution: Generate UUID, inject it to AndroidManifest.xml and use during uploading
or: read this UUID from AndroidManifest.xml and use during uploading
or: add support for an environment variable
BTW: Shouldn't other switches --app-id my.app.id, --version. --version-code be used as well?