04 Feb 2021
04:37 AM
- last edited on
18 May 2023
06:00 AM
by
Michal_Gebacki
Hi there,
I'm looking for reference blog on how to setup DSSClient with XCode/Gradle or FastLane plugin to automate the iOS crash dsym file decode and upload.
Please suggest.
Solved! Go to Solution.
Hi Rajesh
With Gradle, the crash should be automatically sent to Dynatrace so long as you have it enabled.
in Default Config: agentProperties 'DTXCrashReportingEnabled': 'true'
https://www.dynatrace.com/support/help/technology-support/operating-systems/android/legacy-documenta...
For DSSClient and de-obfuscation, please check out the documentation below. You'll need to supply your tenet with symbolocation files.
https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/how-to-use-real-use...
Good luck!
Bob Crumley
Did you check out the Readme for our Fastlane plugin and could not find the necessary information there?
Yeah, sure I will share this with mobile team.