Finally took the time to figure out how to upload dSYM files to @getsentry using #XcodeCloud 🥳
A short script, a couple environment variables, and you're done!
https://sowenjub.me/writes/how-to-upload-dsyms-files-to-sentry-with-xcode-cloud/
How to upload dSYMs files to Sentry with Xcode Cloud
I have 3 Xcode Cloud workflows: * any update on the `dev` branch creates a build for Internal Testing * any update on the `main` branch creates a build for External Testing * a manual trigger of my App Store build workflow will create a build that can I use Sentry to track
