grosskur / sentry

Sentry is a realtime, platform-agnostic error logging and aggregation platform

Home Page:https://getsentry.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentry

Sentry is a realtime event logging and aggregation platform. It specializes in monitoring errors and extracting all the information needed to do a proper post-mortem without any of the hassle of the standard user feedback loop.

Screenshots

https://github.com/getsentry/sentry/raw/master/docs/images/group_list.png

https://github.com/getsentry/sentry/raw/master/docs/images/event.png

https://github.com/getsentry/sentry/raw/master/docs/images/dashboard.png

Sentry is a Server

The Sentry package, at its core, is just a simple server and web UI. It will handle authenticating clients (such as Raven) and all of the logic behind storage and aggregation.

That said, Sentry is not limited to Python. The primary implementation is in Python, but it contains a full API for sending events from any language, in any application.

Resources

The in-development version of Sentry can be installed with pip install sentry==dev or easy_install sentry==dev.

About

Sentry is a realtime, platform-agnostic error logging and aggregation platform

https://getsentry.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 70.4%Language:JavaScript 18.8%Language:CSS 10.4%Language:Ruby 0.2%Language:Makefile 0.2%Language:Shell 0.1%