No HTTP requests were made.
No requests were made with the "{{ name }}" service.
{{ trace.method }} | {{ trace.url }} {% if trace.options is not empty %} {{ profiler_dump(trace.options, maxDepth=1) }} {% endif %} | Profile |
---|---|---|
{% if trace.http_code >= 500 %} {% set responseStatus = 'error' %} {% elseif trace.http_code >= 400 %} {% set responseStatus = 'warning' %} {% else %} {% set responseStatus = 'success' %} {% endif %} {{ trace.http_code }} | {{ profiler_dump(trace.info, maxDepth=1) }} | {{ profiler_token }} |