You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: