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

Misc: Error logging #70

Open
2 tasks
draymond63 opened this issue Feb 24, 2022 · 0 comments
Open
2 tasks

Misc: Error logging #70

draymond63 opened this issue Feb 24, 2022 · 0 comments

Comments

@draymond63
Copy link
Contributor

draymond63 commented Feb 24, 2022

Summary

Right now, we simply throw an error when something goes wrong. This only shows up in the console and does nothing to fix the user experience. We should use an error logging system such as Sentry to track errors as they happen.

Goals

  • Integrate frontend and backend error logging system
  • Retrofit current frontend API client with error logging to get meaningful errors

Implementation

You can follow this tutorial to set up front end logging. Be sure to set up an ErrorBoundary as it suggests. For the backend, you can follow this tutorial.

@draymond63 draymond63 changed the title Handle frontend API errors Handle frontend errors gracefully Mar 9, 2022
@jfdoming jfdoming changed the title Handle frontend errors gracefully Misc: Error logging May 26, 2022
@jfdoming jfdoming assigned jfdoming and unassigned jfdoming Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants