Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Is anyone using Flurry for crash reporting? — Gideros Forum

Is anyone using Flurry for crash reporting?

Hi guys,

We are getting quite a lot of crashes in our flagship app that we want to resolve quickly. So, I've been looking at using Flurry as a short term solution. We decided to use Flurry because we want to turn off crash reporting in the EEA to be GDPR compliant.

I've taken a look at the plugin but the methods are depreciated.

I want to add the following

new FlurryAgent.Builder()
.withLogEnabled(true)
.withCaptureUncaughtExceptions(true)
.withContinueSessionMillis(10000)
.withLogLevel(Log.VERBOSE)
.build(this, FLURRY_API_KEY);
}

I managed to get it reporting. I also discovered that crash reporting for iOS is disabled by default.

Is anyone using Flurry?

Comments

Sign In or Register to comment.