# sentry **Repository Path**: max184/sentry ## Basic Information - **Project Name**: sentry - **Description**: Sentry is a cross-platform crash reporting and aggregation platform. - **Primary Language**: Python - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Sentry ====== Sentry is a modern error logging and aggregation platform. Sentry is a Server ------------------ The Sentry package fundamentally is just a simple server and web UI. It will handle authenticating SDKs (such as `Raven `_), all of the logic behind storage and aggregation, and alerting team members. That said, Sentry is not limited to Python. The server is in Python, but it contains a full API for sending events from any language, in any application. Official Sentry SDKs ~~~~~~~~~~~~~~~~~~~~ * `JavaScript `_ * `React-Native `_ * `Python `_ * `Ruby `_ * `Node `_ * `PHP `_ * `Go `_ * `Java `_ * `Objective-C/Swift `_ * `C# `_ * `Perl `_ * `Elixir `_ Resources --------- * `Documentation `_ * `Community `_ (Bugs, feature requests, general questions) * `Bug Tracker `_ * `Code `_ * `IRC `_ (irc.freenode.net, #sentry) * `Transifex `_ (Translate Sentry!)