{% comment %} Template returned for requests to /iframe. The iframe serves as a proxy for Sentry API requests. Required context variables: - referrer: string. HTTP header from the request object. - state: string. One of: `logged-out`, `missing-project`, `invalid-domain` or `success`. - logging: any. If the value is truthy in JavaScript then debug logging will be enabled. - organization_slug: string. The org named in the url params - project_id_or_slug: string | int. The project named in the url params {% endcomment %} {% load sentry_helpers %} {% load sentry_assets %} Sentry DevToolbar iFrame {% script %} {% endscript %} {% comment %} No need to close `body`. If we do then middleware will inject some extra markup we don't need. Browsers can figure out when it missing and deal with it. {% endcomment %}