{% extends "sentry/layout.html" %} {% load i18n %} {% load sentry_helpers %} {% load sentry_plugins %} {% block title %}{{ project.name }} | {{ block.super }}{% endblock %} {% block meta %} {{ block.super }} {% endblock %} {% block page_header %}
{% trans "To start sending events, configure your client with the following DSN value:" %}
{{ project_dsn }}
{% trans "Choose your platform for quick setup instructions:" %}
{% include "sentry/partial/_client_config.html" %}{% blocktrans with 'http://sentry.readthedocs.org' as link %}For more information, please see the documentation.{% endblocktrans %}
{% else %}{% trans "No events match your filters." %}
{% endif %}