cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Automate IOS Crash file decode and upload to Dynatrace SaaS

rswarnka
Helper

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.

3 REPLIES 3

bobby_crumley
Dynatrace Mentor
Dynatrace Mentor

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

thomas_billi
Dynatrace Helper
Dynatrace Helper

Did you check out the Readme for our Fastlane plugin and could not find the necessary information there?

https://github.com/Dynatrace/fastlane-plugin-dynatrace

Yeah, sure I will share this with mobile team.

Featured Posts