Hey there.
Currently, we use the SDK's option to automatically upload the debugging symbols after the build completes. However, we'd like to set it up to have this done as a separate step of our build process, that way we can control when it happens (and crucially, if it fails).
I know that I can manually invoke sentry-cli, but I know that the SDK builds its list of files that would need to be uploaded internally and passes this to sentry-cli. Ideally, I would like the SDK to store this list of files (or, alternatively, output the command(s) it would have ran) so that I can invoke the commands myself.
While I could manually look for the debug files myself to upload, I believe it's much more effective and futureproof if I could use the list generated by the SDK.
I don't believe this is possible now, correct? Would this be a feature that would be viable in the future, or is it too niche to matter?