{% extends "sentry/help/index.html" %} {% load i18n %} {% load sentry_helpers %} {% block title %}{% trans "Platforms" %} | {{ block.super }}{% endblock %} {% block client_overview_class %}active{% endblock %} {% block pre_breadcrumbs %} {% if org_results %} {% endif %} {% endblock %} {% block breadcrumbs %} {{ block.super }}
  • /
  • {% trans "Clients" %}
  • {% endblock%} {% block css %} {{ block.super }} {% endblock%} {% block main %}

    Client Configuration

    While Sentry is designed to work on any platform, we officially support a subset. If you're looking to integrate Sentry on an unsupported platform please take a look at our client API reference.

    {% if dsn %}

    Your DSN

    {% trans "If you already know what you're doing, here's your DSN:" %}

    {{ dsn }}
    {% if dsn_public %}

    {% blocktrans with 'https://github.com/getsentry/raven-js' as link %}If this is a client that only needs public access (like raven-js), you can use the following public DSN:{% endblocktrans %}

    {{ dsn_public }}
    {% endif %}

    Note: The above DSN is for the {{ selected_project.team.name }} {{ selected_project.name }} project.

    {% endif %}

    Our clients

    Community clients

    {% endblock %}