{% extends "sentry/projects/manage.html" %} {% load i18n %} {% block title %}{% trans "Client Configuration" %} | {{ block.super }}{% endblock %} {% block inner %} {% if key %}

{% trans "To start sending events, configure your client with the following DSN value:" %}

{{ dsn }}

{% blocktrans with 'https://github.com/lincolnloop/raven-js' as link %}If this is a client that only needs public access (like raven-js), you can use the following public DSN:{% endblocktrans %}

{{ dsn_public }}

{% 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 on developing clients and the Sentry API, see the documentation.{% endblocktrans %}

{% else %}

{% trans "There is no key configured for your account with access to this project." %}

{% endif %} {% endblock %}