README.rst 2.2 KB

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