flurry / flurry-android-sdk

Flurry Android SDK API reference documentation
Apache License 2.0
21 stars 3 forks source link

Logged errors not visible on Flurry Website #11

Open fabiankr opened 4 years ago

fabiankr commented 4 years ago

Describe the bug When using FlurryAgent.onError(String, String, String) to log errors the errors don't appear in the Crashes tab on the Flurry website. Logged exceptions appear fine, but not errors that are logged with only String and no Throwable.

The graph seems to dip to 0% occasionally, but the error count is always 0 and the errors don't appear anywhere in the list. We want to see the errors in the list next to crashes and exceptions and look at the stack trace.

This Bug is About

Environment

To Reproduce Steps to reproduce the behavior:

  1. Integrate Flurry in an app
  2. Call FlurryAgent.onError(String, String, String) to log an error
  3. Try to find the error in the Crashes tab on the Flurry Website

Screenshots

Flurry Website: errors

li1679829296 commented 3 years ago

Have you solved the same problem.