{% extends "sentry/emails/base.html" %} {% load sentry_assets %} {% load i18n static %} {% block head %} {{ block.super }} {% endblock %} {% block main %}

Bring your full {{ provider }} team on board in Sentry

You have developers committing code changes in your GitHub organization. Invite them to Sentry so that they can monitor their error and performance issues.

Most Active Contributors
{% for member in top_missing_members %}
{% if provider == "Github" %} {% endif %} {{ member.external_id }}
Commits {{ member.commit_count }} Recent Commits
{% endfor %}
View Missing Members
{% endblock %}