{% extends "sentry/layout.html" %} {% load i18n %} {% load sentry_docs %} {% load sentry_helpers %} {% block wrapperclass %}docs{% endblock %} {% block scripts_bottom %} {% endblock %} {% block sidebar %} {% render_doc_sidebar %} {% endblock %} {% block main %}
Welcome to the Sentry Docs. Reading through the guides and reference here will give you a complete understanding of how Sentry works and how to get the most out of it. We recommend that you read through the Guides first, then on to the client installation instructions for your specific platform.
If your specific question or concern isn't covered in the docs, we're here to help. Please don't hesitate to:
Just like Sentry itself, our docs are open source. If you've found an error or think something could be explained more clearly, you're always welcomed (and encouraged) to submit a pull request.
{% endblock main %}