12345678910111213141516171819202122232425262728293031323334353637383940 |
- 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 <https://github.com/getsentry/raven-python>`_),
- 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 <https://github.com/getsentry/raven-js>`_
- * `React-Native <https://github.com/getsentry/react-native-sentry>`_
- * `Python <https://github.com/getsentry/raven-python>`_
- * `Ruby <https://github.com/getsentry/raven-ruby>`_
- * `Node <https://github.com/getsentry/raven-node>`_
- * `PHP <https://github.com/getsentry/sentry-php>`_
- * `Go <https://github.com/getsentry/raven-go>`_
- * `Java <https://github.com/getsentry/sentry-java>`_
- * `Objective-C/Swift <https://github.com/getsentry/sentry-cocoa>`_
- * `C# <https://github.com/getsentry/raven-csharp>`_
- * `Perl <https://github.com/getsentry/perl-raven>`_
- * `Elixir <https://github.com/getsentry/sentry-elixir>`_
- Resources
- ---------
- * `Documentation <https://docs.sentry.io/>`_
- * `Community <https://forum.sentry.io/>`_ (Bugs, feature requests, general questions)
- * `Bug Tracker <https://github.com/getsentry/sentry/issues>`_
- * `Code <https://github.com/getsentry/sentry>`_
- * `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)
- * `Transifex <https://www.transifex.com/getsentry/sentry/>`_ (Translate Sentry!)
|