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.
Solved! Go to Solution.
Dear danielwalo,
First list down the details you need to track with Stack Trace. Stack Trace should contains bundle of information and thus planning what to get is important.
Hope you know how Crash is tracking in Adobe Analytics. When crash beacon is sent by LifeCycle trigger, append the traces through dimensions or set events based on the traces to track along with crashes. We can add dimensions and events to the LifeCycle triggers and thus I don't think we need to add seperate trackAction trigger.
Thank You, Pratheep Arun Raj B | Xerago | Terryn Winter Analytics
Views
Replies
Total Likes
@danielwalo Adobe analytics reports crashes already in a out of box metric for a mobile app.
App crashes are tracked as part of lifecycle metrics. Before you can track crashes, add the library to your project and implement lifecycle
You can read more about here for Andriod and iOS
https://experienceleague.adobe.com/docs/mobile-services/ios/analytics-ios/crashes.html?lang=en
Hope this helps
Views
Replies
Total Likes
We do use the crash metric from lifecycle, but I don't see any built-in support for logging stack traces.
Views
Replies
Total Likes
Dear danielwalo,
First list down the details you need to track with Stack Trace. Stack Trace should contains bundle of information and thus planning what to get is important.
Hope you know how Crash is tracking in Adobe Analytics. When crash beacon is sent by LifeCycle trigger, append the traces through dimensions or set events based on the traces to track along with crashes. We can add dimensions and events to the LifeCycle triggers and thus I don't think we need to add seperate trackAction trigger.
Thank You, Pratheep Arun Raj B | Xerago | Terryn Winter Analytics
Views
Replies
Total Likes
Thanks for the tip.
Views
Replies
Total Likes
Views
Likes
Replies