mirror of
https://github.com/symfony/web-profiler-bundle.git
synced 2026-03-24 00:02:13 +01:00
[Console][WebProfilerBundle] Trace value resolvers in profiler
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -413,6 +413,7 @@ class Theme {
|
||||
'doctrine': '#fd8c73',
|
||||
'messenger_middleware': '#ff8182',
|
||||
'controller.argument_value_resolver': '#c297ff',
|
||||
'command.argument_value_resolver': '#b87ce8',
|
||||
'http_client': '#d4a72c',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user