21 Nov 2025 12:48 PM
Do you happen to know how mobile applications upload their dsym files? I got the indication that this isnt possible via API token and that we have to submit them manually. I think once a week for a release is already quite a lot, considering the extra work on both sides. But for test builds, we now upload them to Crashlytics every build so essentially several times per day.
21 Nov 2025 12:51 PM
Yes, it's possible https://docs.dynatrace.com/managed/shortlink/api-mobile-symbolication-put-files-app-version
You have several options: DSSClient (MacOS only), Fastlane, or API calls directly.