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

improve exception tracking #559

Open
Dieterbe opened this issue Apr 21, 2024 · 0 comments
Open

improve exception tracking #559

Dieterbe opened this issue Apr 21, 2024 · 0 comments

Comments

@Dieterbe
Copy link
Contributor

Dieterbe commented Apr 21, 2024

while troubleshooting #558 , i realized exceptions can go unnoticed, even when they break functionality.

is there a sort of "policy" of

  1. which exceptions are presented to the user
  2. which are not ?

and where in the code we handle both cases?

we can consider using a service to see which exceptions are happening in the apps.
for example using firebase crashlytics (free basically), https://embrace.io/product/ (Free up to 1 million sessions/year) , sentry.io (has a limited free plan)

firebase is a bit clunky, but works, has a generous free plan. i've used it before and should be relatively easy to set up. it is proprietary SaaS by google.
sentry is OOS and can be self-hosted, though i'm not sure if that includes all the functions we need

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant