{% if trace.request_id %}
Request: {{ trace.request_id }}
{% endif %}
{% if trace.user_id %}
User: {{ trace.user_id }}
{% endif %}
{% if trace.session_id %}
Session: {{ trace.session_id }}
{% endif %}
{% if trace.app_version %}
App Version: {{ trace.app_version }}
{% endif %}