Hey,
We are looking to use a crash reporting tool for our white-label app to help us centralise crash reporting.
In Android, we use product flavours to build applications for different clients. Each app has its own application id.
In iOS, we are using Schemes where each client/build has it’s own scheme.
It looks like Sentry SDK and the gradle plugin support uploading proguard mappings for productFalvors
so I think that’s Android covered.
The question is can we do the same for iOS? For example, Can we upload multiple dSYMs to the same sentry project?
I am not an expert on iOS and xcode build system but hoping for an answer to put me on the right track.