Hello
I am using this Analytics plugin to track my analytics on Android, which works fine on android Phone.
In order to report crashes, I have set the field in my analytics.xml
true
but somehow Google doesn't report my Uncaught Exceptions, which it should have done by only setting up this property in analytics.xml.
I am not sure, what could be the problem behind it. I am explicitly throwing a divide by 0 exception in my trackView() of GoogleAnalyticsTracker.java for a specific page name.
I am using cordova 2.3.
Has anyone faced the same problem? Could it be because of the plugin that I am using, that uncaught exceptions are not reported to Google?
Any help would be really appreciated.
Thanks,
Kushal
Hello
I am using this Analytics plugin to track my analytics on Android, which works fine on android Phone.
In order to report crashes, I have set the field in my analytics.xml
true
but somehow Google doesn't report my Uncaught Exceptions, which it should have done by only setting up this property in analytics.xml.
I am not sure, what could be the problem behind it. I am explicitly throwing a divide by 0 exception in my trackView() of GoogleAnalyticsTracker.java for a specific page name.
I am using cordova 2.3.
Has anyone faced the same problem? Could it be because of the plugin that I am using, that uncaught exceptions are not reported to Google?
Any help would be really appreciated.
Thanks,
Kushal