{% load i18n %} {% load sentry_helpers %}
{% trans "URL:" %} | {{ url }} | ||
---|---|---|---|
{% trans "Method:" %} | {{ method }} | ||
{% trans "Query:" %} |
{{ query_string|pprint }}
|
||
{% trans "Body:" %} |
{% if data_is_dict %}
{% if data|length > 5 %}
▶ {% trans "Body" %}
{% endif %}
5 %} style="display:none;"{% endif %}>
{% endif %}
{{ data|pprint }} |
||
{% trans "Cookies:" %} |
{% if cookies_is_dict %}
{% if cookies|length > 5 %}
▶ {% trans "Cookies" %}
{% endif %}
5 %} style="display:none;"{% endif %}>
{% endif %}
{{ cookies|pprint }} |
||
{% trans "Headers:" %} |
{% if headers_is_dict %}
{% if headers|length > 5 %}
▶ {% trans "Headers" %}
{% endif %}
5 %} style="display:none;"{% endif %}>
{% endif %}
{{ headers|pprint }} |
||
{% trans "Environment:" %} |
{% if env|length > 5 %}
▶ {% trans "Environment" %}
{% endif %}
|