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")
In the portal I'm looking under "Events". Are errors somewhere else? Or is it just not working?