{% extends "sentry/projects/manage.html" %} {% load i18n %} {% load sentry_helpers %} {% load sentry_plugins %} {% block title %}{% trans "Release Tracking" %} | {{ block.super }}{% endblock %} {% block inner %}
Configure release tracking for this project to automatically record new releases of your application.
{% if enabled_plugins or other_plugins %} {% for plugin, content in enabled_plugins %}You can notify Sentry when you release new versions of your application via our HTTP API.
See the Releases API documentation for more information.