2

I'm calling both logEvent and logError, but only see the former in the Flurry console. Do errors show up somewhere else?

Flurry.logError("DataUpdater_Error", message: causeOfError, error: nil)
Flurry.logEvent("DataUpdater_Event")

Here's a picture of the Flurry Analytics Portal

In the portal I'm looking under "Events". Are errors somewhere else? Or is it just not working?

steverb
  • 1,415
  • 1
  • 10
  • 12

1 Answers1

1

Flurry's new UI does not have all the features supported yet. I assume they will add these soon...Specific Crashes and user-defined Errors don't seem to be there right now.

yano
  • 4,095
  • 3
  • 35
  • 68