Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Improved Error Handling #80

Open
fschoell opened this issue Feb 7, 2016 · 0 comments
Open

Improved Error Handling #80

fschoell opened this issue Feb 7, 2016 · 0 comments

Comments

@fschoell
Copy link
Contributor

fschoell commented Feb 7, 2016

We should rethink our error handling, especially for the production mode where the errors are just logged on the console and we're never going to see them. Errors and stacktraces of exceptions should be collected and then sent to our server so we can analyze them and see what is actually failing on the client side.

I found a blog entry which uses stacktrace.js for an improved logging service and sends the data to a logstash server. We should take a deeper look into this, as it could help us a lot with future issues.

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

No branches or pull requests

1 participant