You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
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
Integration
Analytics
Ads
Messaging/Push
IAP
Remote Configuration
Flurry Website/Dashboard
Other
Environment
Flurry SDK: 12.0.2
To Reproduce
Steps to reproduce the behavior:
Integrate Flurry in an app
Call FlurryAgent.onError(String, String, String) to log an error
Try to find the error in the Crashes tab on the Flurry Website
Screenshots
Flurry Website:
The text was updated successfully, but these errors were encountered:
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 onlyString
and noThrowable
.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:
FlurryAgent.onError(String, String, String)
to log an errorScreenshots
Flurry Website:
The text was updated successfully, but these errors were encountered: