Specifically, determine whether we can remove support for uploading via this call:
|
authenticated_api.assemble_release_artifacts( |
|
context.org, |
|
context.release()?, |
|
checksum, |
|
chunks, |
|
)? |
We should check whether we ever use this type of upload when running against Sentry SaaS/modern self-hosted versions, and if we do, whether we can instead use the artifact bundle upload
Specifically, determine whether we can remove support for uploading via this call:
sentry-cli/src/utils/file_upload.rs
Lines 549 to 554 in 1fd856c
We should check whether we ever use this type of upload when running against Sentry SaaS/modern self-hosted versions, and if we do, whether we can instead use the artifact bundle upload