{% extends "sentry/layout.html" %} {% load i18n %} {% block title %}{{ project.name }} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }}
  • {% trans "Getting Started" %}
  • {% endblock %} {% block bodyclass %}{% endblock %} {% block main %}

    {% trans "To start sending events to Sentry select a platform:" %}

    {% include "sentry/partial/_client_config.html" %} {% endblock %}