Crashes/ UncaughtExceptions are not tracked in Google analytics in Titanium -
Crashes/ UncaughtExceptions are not tracked in Google analytics in Titanium -
i have integrated google analytics module downloaded market place , able track events, screens, user timings etc.
but crashes not tracked in google analytics. have observed titanium handles application crash , showing run-time exception in reddish screen in development mode. thought might reason crashes not beingness tracked in google analytics. have uploaded sample application play store , tested application crashes in production mode (i have included code crash when button selected).
but haven't observe crash code execution after crash statement stopped , crash not tracked in google analytics.
i have included next code track crashes in application in titanium
ga.trackuncaughtexceptions = true; please suggest.
google-analytics titanium
Comments
Post a Comment