ChromiumStackSourceWriter support not all fields
In the implementation of the chromium format, the args field is now missing, it was possible to put a lot of information there that is displayed in the visual studio, but is not displayed in chromium
https://github.com/microsoft/perfview/blob/9c8f41649b6b187c6fa9cd6b6ed04bdcf469c7b0/src/TraceEvent/Stacks/ChromiumStackSourceWriter.cs#L54
Also, I think instead of hardcode category writer.Write(“\”cat\“: \“sampleEvent\“, “); will be better use writer.Write(“\”cat\“: item.TaskName, “);
@careless6666, apologies for the very late response. I am trying to go through the backlog. What sort of change are you looking for here?
This issue will now be closed since it has been labeled 'stale' without activity for 30 days.