[Console][WebProfilerBundle] Trace value resolvers in profiler

This commit is contained in:
Robin Chalas
2026-02-17 04:58:18 +01:00
parent 0d882aaa7d
commit ba5764c20c
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ CHANGELOG
8.1
---
* Add console command value resolvers durations to Performances panel
* Add error indicator to profiler list view for profiles with errors
* Add cURL copy paste button in the Request/Response tab
* Add support for streamed responses in the debug toolbar

View File

@@ -413,6 +413,7 @@ class Theme {
'doctrine': '#fd8c73',
'messenger_middleware': '#ff8182',
'controller.argument_value_resolver': '#c297ff',
'command.argument_value_resolver': '#b87ce8',
'http_client': '#d4a72c',
};