README.rst 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Sentry
  2. ======
  3. Sentry is a modern error logging and aggregation platform.
  4. Sentry is a Server
  5. ------------------
  6. The Sentry package fundamentally is just a simple server and web UI. It will
  7. handle authenticating SDKs (such as `Raven <https://github.com/getsentry/raven-python>`_),
  8. all of the logic behind storage and aggregation, and alerting team members.
  9. That said, Sentry is not limited to Python. The server is in Python, but it contains
  10. a full API for sending events from any language, in any application.
  11. Official Sentry SDKs
  12. ~~~~~~~~~~~~~~~~~~~~
  13. * `JavaScript <https://github.com/getsentry/raven-js>`_
  14. * `React-Native <https://github.com/getsentry/react-native-sentry>`_
  15. * `Python <https://github.com/getsentry/raven-python>`_
  16. * `Ruby <https://github.com/getsentry/raven-ruby>`_
  17. * `Node <https://github.com/getsentry/raven-node>`_
  18. * `PHP <https://github.com/getsentry/sentry-php>`_
  19. * `Go <https://github.com/getsentry/raven-go>`_
  20. * `Java <https://github.com/getsentry/sentry-java>`_
  21. * `Objective-C/Swift <https://github.com/getsentry/sentry-cocoa>`_
  22. * `C# <https://github.com/getsentry/raven-csharp>`_
  23. * `Perl <https://github.com/getsentry/perl-raven>`_
  24. * `Elixir <https://github.com/getsentry/sentry-elixir>`_
  25. Resources
  26. ---------
  27. * `Documentation <https://docs.sentry.io/>`_
  28. * `Community <https://forum.sentry.io/>`_ (Bugs, feature requests, general questions)
  29. * `Bug Tracker <https://github.com/getsentry/sentry/issues>`_
  30. * `Code <https://github.com/getsentry/sentry>`_
  31. * `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)
  32. * `Transifex <https://www.transifex.com/getsentry/sentry/>`_ (Translate Sentry!)