Create fastlane task for uploading dSYMs to Sentry
We've forgotten to do this step several times, and it makes the crash logs difficult to read. Automating this as part of the Buddybuild workflow will both lighten the releasing task list and ensure that we are never missing the dSYMs when trying to look at symbolicated crash logs.
Blocked on errors when uploading DSYMS: https://bugzilla.mozilla.org/show_bug.cgi?id=1535220
@devinreams is this blocked anymore? I see symbolicated crash logs in BB! ✨
This isn't quite.. seamless. But the workaround noted in Bugzilla was to flag --no-reprocessing during the uploads so it doesn't die.
Making this an automated upload/task is definitely still needed because I still see a few events not able to process and I believe I went back to every single release and uploaded the dSYMs. 😔