bennycode / wlc-webapp

Website for free programming tutorials and screencasts.
http://www.welovecoding.com/
6 stars 1 forks source link

Feature: FailureSink #120

Open Yserz opened 10 years ago

Yserz commented 10 years ago

The feature "FailureSink" will catch up all errors in the whole system which includes the server, apps and any other system in the welovecoding ecosystem.

FailureSink will provide a server-internal interface to collect all server errors and a rest-endpoint to collect errors from apps as well.

In the Admin-UI you can see, sort and delete the collected errors and may attach watchers to email you if a specific error occurs.

The benefit of the system is to detect errors directly after major or minor changes according to the system. Thus the user experience will be improved since we can detect errors without the need for the users to contact us directly.