Skip to content

Adding support for generating or passing UUID when uploading proguard mapping on .NET MAUI #3872

@rafalka

Description

@rafalka

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?

Metadata

Metadata

Assignees

Projects

Status

Done

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions