android - How create detailed stack traces in Google Analytics v4 crash reports for uncaught exceptions? -


by default google analytics reports top line of uncaught exception in crash reports (see first picture in blog post).

i have problems having google analytics show stack traces of uncaught exceptions in app reflect whole stack, rather first line (see second picture in blog post mentioned above intended result).

the problem solution explained on blog post mentioned above. however, solution relates v2 of google analytics library , not current v4 (the easytracker class obsolete).

as google analytics documentation states correct approach should create custom exceptionparser , use formatting exception message before sending google. problem example in documentation relates caught exceptions handled in try-catch block in code. same uncaught exceptions, ones not handle in try-catch block.

any pointers in right direction appreciated greatly.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -