Skip to content

Commit a18bba0

Browse files
committed
Merge branch 'main' of github.com:symfony/mercure-bundle into main
* 'main' of github.com:symfony/mercure-bundle: Expose privateness of published messages in profiler panel
2 parents 1c58f4f + 151b8be commit a18bba0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Resources/views/Collector/mercure.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
<th>Memory</th>
5555
<th>Topics</th>
5656
<th>Data</th>
57+
<th>Private</th>
5758
<th>ID</th>
5859
<th>Type</th>
5960
<th>Retry</th>
@@ -66,6 +67,7 @@
6667
<td class="nowrap">{{ '%.2f'|format(message.memory / 1024 / 1024) }} MB</td>
6768
<td class="font-normal text-small text-bold nowrap">{{ message.object.topics|join(',') }}</td>
6869
<td>{{ dump(message.object.data) }}</td>
70+
<td>{{ dump(message.object.private) }}</td>
6971
<td class="nowrap">{{ message.object.id }}</td>
7072
<td class="nowrap">{{ message.object.type }}</td>
7173
<td class="nowrap">{{ message.object.retry }}</td>

0 commit comments

Comments
 (0)