@@ -243,12 +247,12 @@
{% if has_context %}
{% set context_id = 'context-' ~ category ~ '-' ~ log_index %}
- Show context
+
{% endif %}
{% if has_trace %}
{% set trace_id = 'trace-' ~ category ~ '-' ~ log_index %}
- Show trace
+
{{ profiler_dump(log.context.exception.trace, maxDepth=1) }}
diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig
index 0850414d8c4af..f54e276910efe 100644
--- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig
+++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/base.html.twig
@@ -8,13 +8,13 @@
{% block head %}
-
{% endblock %}
-