sentry-cli
sentry-cli copied to clipboard
Generalize chunk uploading logic used to upload debug files
Refactor the code path used for chunk uploading debug information files to be generalized to support chunk uploading other file types (such as Proguard files). For example, the ChunkedDIFMatch struct can be generalized to also store file types other than DIFs
Depends on #2194