Sentry CLI currently does not support chunk uploading Proguard mappings via the sentry-cli upload-proguard subcommand. However, it appears that the Sentry backend might already support these uploads via the assemble DIF endpoint. So, we should attempt to add support for chunk uploading Proguard mappings via the DIF chunk upload code path.
Depends on #2195
Sentry CLI currently does not support chunk uploading Proguard mappings via the
sentry-cli upload-proguardsubcommand. However, it appears that the Sentry backend might already support these uploads via the assemble DIF endpoint. So, we should attempt to add support for chunk uploading Proguard mappings via the DIF chunk upload code path.Depends on #2195