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

Error pages #865

Merged
merged 2 commits into from
Nov 12, 2018
Merged

Error pages #865

merged 2 commits into from
Nov 12, 2018

Conversation

kevinhughes27
Copy link
Owner

@kevinhughes27 kevinhughes27 commented Nov 12, 2018

part of #750

adds a 404 handler and an error boundary. I looked at addind another boundary around the whole app but ran into issues with rollbar not being ready to report yet. Errors at the outer layer aren't really possible due to test coverage and its fine if the user gets a plain 500. I'll still get the rollbar too.

@kevinhughes27 kevinhughes27 merged commit 81215f9 into master Nov 12, 2018
@kevinhughes27 kevinhughes27 deleted the error-pages branch November 12, 2018 12:21
@kevinhughes27
Copy link
Owner Author

also want to note that error boundaries still crash like normal in development and give the CRA error page without any extra config :)

This pull request was closed.
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

Successfully merging this pull request may close these issues.

1 participant