cordova-plugin-flurryanalytics icon indicating copy to clipboard operation
cordova-plugin-flurryanalytics copied to clipboard

Adds support for all that Flurry Analytics flavored goodness to your Cordova based apps

Results 19 cordova-plugin-flurryanalytics issues
Sort by recently updated
recently updated
newest added

Hi, i use this plugin in ios platform. And I received crash numbers in flurry dashboard but no detail crash logs. ![image](https://user-images.githubusercontent.com/11288333/31876010-1c6e202e-b803-11e7-8963-870f28003ce2.png) flurry config like this: this.flurryAnalytics.create({ // requried appKey:...

Errors are sent as events after the session ends. http://screencloud.net/v/Fp75V

I'm unable to log errors using the plugin. The documentation says that issues that can be properly symbolicated are racked. How can I achieve this using the plugin?

Plagin save in to config.xml and package.json as cordova-plugin-**flurry-analytics**.

Some projects need support for build architectures armv7, armv7s and arm64. Oddly enough armv7 is supported by this plugin (and dependencies) but not the slightly newer **armv7s**. As far as...

Would be helpful for tracking events, such as signup page, when user is not yet identified.

On the Flurry dashboard I see an exception that seems to be raised by this plugin itself (this is with the latest version): `Full Stack Trace: java.lang.Exception com.blakgeek.cordova.plugin.flurry.FlurryAnalyticsPlugin.logError(FlurryAnalyticsPlugin.java:79) com.blakgeek.cordova.plugin.flurry.FlurryAnalyticsPlugin.access$400(FlurryAnalyticsPlugin.java:15) com.blakgeek.cordova.plugin.flurry.FlurryAnalyticsPlugin$1.run(FlurryAnalyticsPlugin.java:45)...

Hi, it seems the plugin fails to compile on Android Studio 2.2.3. I am not sure if the cause is the newest revision of the plugin or not. Below are...

I need to count the user jumping to and fro to my app as a separate event. I just checked Flurry docs over [here](https://developer.yahoo.com/flurry/docs/analytics/gettingstarted/android/#add-calls-to-init-onstartsession-and-onendsession), and it gives the method and...