Skip to content
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

Closed
joshfriend opened this issue Mar 8, 2019 · 13 comments
Closed

Support logging of caught exceptions #163

joshfriend opened this issue Mar 8, 2019 · 13 comments
Assignees
Labels
diagnostics Related to App Center's Diagnostics service feature request New feature request hockeyapp Related to HockeyApp's transition to App Center Stale

Comments

@joshfriend
Copy link

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.

@joshfriend joshfriend added the feature request New feature request label Mar 8, 2019
@joshfriend
Copy link
Author

Here's a related thread from the hockeysdk for xamarin asking for this feature: bitstadium/HockeySDK-Xamarin#27

@patniko patniko added the diagnostics Related to App Center's Diagnostics service label Mar 10, 2019
@kuyazee
Copy link

kuyazee commented Mar 11, 2019

Possible related #160

@maestersid
Copy link
Contributor

Hi @joshfriend, what platform(s) are you working with this on? We are looking into this now.

@joshfriend
Copy link
Author

@jwhitedev we use native iOS (swift) and native Android (kotlin)

@danielwilson1702
Copy link

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 trackEvent is a general bucket, so if 10 people have a non-fatal issue I track and I send the info I need as 10 "properties", there is no way to match that to each user

@winnie
Copy link

winnie commented Oct 8, 2019

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!

@kuyazee
Copy link

kuyazee commented Oct 9, 2019

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?

@danielwilson1702
Copy link

@kuyazee looks like an API request for basically this is on the roadmap under #31.

The development ethos to things like road maps and being so active with github issues is great folks, keep up the good work!

@dipree dipree added the hockeyapp Related to HockeyApp's transition to App Center label Nov 18, 2019
@oliveensemble
Copy link

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

@ghost ghost added the Stale label Jun 30, 2021
@ghost
Copy link

ghost commented Jun 30, 2021

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.

@joshfriend
Copy link
Author

(obligatory "bump" comment to keep this thread from being killed by the bot)

@ghost ghost removed the Stale label Jul 7, 2021
@ghost ghost added the Stale label Sep 7, 2021
@ghost
Copy link

ghost commented Sep 7, 2021

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.

@ghost
Copy link

ghost commented Sep 23, 2021

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.

@ghost ghost closed this as completed Sep 23, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diagnostics Related to App Center's Diagnostics service feature request New feature request hockeyapp Related to HockeyApp's transition to App Center Stale
Projects
None yet
Development

No branches or pull requests

8 participants