Expand my Community achievements bar.

Who Me Too'd this topic

Avatar

Level 2

Hello everyone.

 

We monitor crashes on a mobile app using Adobe Analytics. The dev team has asked if they can see the stack trace for the crashes, to help them with debugging.

 

As far as I know, Analytics does not automatically collect stack traces on app crash through the lifecycle code.

 

Has anyone solved a similar requirement, and how did you solve it? My only suggestion right now is to somehow insert a trackAction in the app code to trigger when the crash happens, and send the stack trace as a non-linebreak string using context data. But I'm concerned about the character limit for eVars.

Who Me Too'd this topic