{% extends "sentry/layout.html" %} {% load i18n %} {% load sentry_permissions %} {% block title %}{{ project.name }} | {{ block.super }}{% endblock %} {% block page_header %} {{ block.super }} {% endblock %} {% block main %}

The Explore feature is currently a draft, and may change without notice.

{% block inner %}{% endblock %}
{% endblock %} {% block sidebar %}
{% trans "About Explore" %}

Explore allows you to drill into the tagged data recorded at a project level. You can drill into each tag to quickly find outliers or events which have been recorded under a specific tagged value.

To learn more about sending tags, check the knowledge base.

{% endblock %}