Commit e1334f5
committed
Fix profiler tab not appearing: use 'data_collector' tag not 'kernel.data_collector'
Symfony's ProfilerPass scans for the 'data_collector' tag (no kernel. prefix).
The 'kernel.data_collector' alias is accepted by the container but never
processed by ProfilerPass, so the collector was never added to the profiler
and the CWA tab did not appear.1 parent 833b146 commit e1334f5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1817 | 1817 | | |
1818 | 1818 | | |
1819 | 1819 | | |
1820 | | - | |
| 1820 | + | |
1821 | 1821 | | |
1822 | 1822 | | |
1823 | 1823 | | |
| |||
0 commit comments