Exception tracking in real time

Exception tracking in real time

Everyone knows that Exception tracking, debugging and checking logs is pain in the ass. Especially when our APP works on multiple servers, or we have different environments, languages which are working as a part of big project. Recently I found exceptional tool created by Disqus team called  Sentry . What is Sentry ?

Sentry is an event logging system which excels at handling application error reporting. It however, should not be seen as a replacement for standard logging, but a complimentary tool for your infrastructure.

So it’s a software which allows you track errors and logs from multiple sources in real time. It has really nice interface, and it’s open source – so you can install it on your own server, or use hosted online version .