README.rst 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .. raw:: html
  2. <p align="center">
  3. <p align="center">
  4. <img src="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" alt="Sentry" height="72"
  5. </p>
  6. <p align="center">
  7. Users and logs provide clues. Sentry provides answers.
  8. </p>
  9. </p>
  10. What's Sentry?
  11. --------------
  12. Sentry fundamentally is a service that helps you monitor and fix crashes in realtime.
  13. The server is in Python, but it contains a full API for sending events from any
  14. language, in any application.
  15. .. raw:: html
  16. <p align="center">
  17. <img src="https://github.com/getsentry/sentry/raw/master/src/sentry/static/sentry/images/product/thumb-1.png" height="180">
  18. <img src="https://github.com/getsentry/sentry/raw/master/src/sentry/static/sentry/images/product/thumb-2.png" height="180">
  19. <img src="https://github.com/getsentry/sentry/raw/master/src/sentry/static/sentry/images/product/thumb-3.png" height="180">
  20. </p>
  21. Official Sentry SDKs
  22. ~~~~~~~~~~~~~~~~~~~~
  23. * `JavaScript <https://github.com/getsentry/sentry-javascript>`_
  24. * `React-Native <https://github.com/getsentry/react-native-sentry>`_
  25. * `Python <https://github.com/getsentry/sentry-python>`_
  26. * `Ruby <https://github.com/getsentry/raven-ruby>`_
  27. * `PHP <https://github.com/getsentry/sentry-php>`_
  28. * `Go <https://github.com/getsentry/raven-go>`_
  29. * `Java <https://github.com/getsentry/sentry-java>`_
  30. * `Objective-C/Swift <https://github.com/getsentry/sentry-cocoa>`_
  31. * `C# <https://github.com/getsentry/sentry-dotnet>`_
  32. * `Perl <https://github.com/getsentry/perl-raven>`_
  33. * `Elixir <https://github.com/getsentry/sentry-elixir>`_
  34. * `Laravel <https://github.com/getsentry/sentry-laravel>`_
  35. Resources
  36. ---------
  37. * `Documentation <https://docs.sentry.io/>`_
  38. * `Community <https://forum.sentry.io/>`_ (Bugs, feature requests, general questions)
  39. * `Contributing <https://docs.sentry.io/internal/contributing/>`_
  40. * `Bug Tracker <https://github.com/getsentry/sentry/issues>`_
  41. * `Code <https://github.com/getsentry/sentry>`_
  42. * `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)
  43. * `Transifex <https://www.transifex.com/getsentry/sentry/>`_ (Translate Sentry!)