{% extends "sentry/projects/manage.html" %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Client Keys" %} | {{ block.super }}{% endblock %} {% block main %} {% if ACCESS.project_write %}
{% endif %}To send data to Sentry you will need to configure an SDK with a client key (usually referred to as the
SENTRY_DSN
value). For more information on integrating Sentry with your application take
a look at our documentation.
report-uri
directive in your Content-Security-Policy
header.{% endblocktrans %}