-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support logging of caught exceptions #163
Comments
Here's a related thread from the hockeysdk for xamarin asking for this feature: bitstadium/HockeySDK-Xamarin#27 |
Possible related #160 |
Hi @joshfriend, what platform(s) are you working with this on? We are looking into this now. |
@jwhitedev we use native iOS (swift) and native Android (kotlin) |
Was there an update on this? I believe this is the one missing piece Crashlytics has that App Center doesn't (I am using Android). If I need to log a strange exception with some text, I can't see a way to do that (logging an event using |
Hi @danielwilson1702! We have plans to support logging handled exceptions for Android in the upcoming months. No exact ETA yet but I'll post here when I have a better answer. Thanks! |
How about iOS? |
I see Android support was prioritized but are there any updates on adding support for non-fatal errors on iOS? This is the only thing I miss from Crashlytics https://firebase.google.com/docs/crashlytics/customize-crash-reports#log-excepts |
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment. |
(obligatory "bump" comment to keep this thread from being killed by the bot) |
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment. |
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion. |
Describe the solution you'd like
I want to be able to log caught exception objects to the crashes list, but be able to filter the list by fatal and non-fatal errors.
Describe alternatives you've considered
I currently have to use Crashlytics because it is the only service I know of that supports this
Additional context
The hockeyapp sdk let me log exceptions manually, but there was no way to tell which ones were actually causing fatal crashes in the app, so I had to stop reporting them. I often log some non-fatal exceptions that I caught to detect rare or hard to reproduce error behavior.
The text was updated successfully, but these errors were encountered: