{% extends "sentry/emails/base.html" %} {% load i18n %} {% block main %}
{% trans "Fancy seeing you here. In your own inbox. In this email, we’ve addressed specifically to you." %}
{% blocktrans %} {{ requester_name }} told us you’d be interested in Sentry App Monitoring for Mobile. {% endblocktrans %}
{% blocktrans %} Why? Well, because Sentry for Mobile shows a holistic overview of your application's health in real-time. So you can correlate errors with releases, tags, and devices to solve problems quickly, decrease churn, and improve user retention. {% endblocktrans %}
{% blocktrans %} And guess what? Set up takes less than five minutes. {% endblocktrans %}
{% blocktrans %} Sorry, but you won’t be able to use “debugging” as an excuse to get out of your second cousin’s Zoom birthday dinner. {% endblocktrans %}
{% trans "Mobile up," %}
{% trans "The Sentry Team" %}
{% endblock %}