Did you check the docs?
Is your feature request related to a problem? Please describe.
I think it would be more readable if the current stack trace elements (i.e the function names) lined up with each other and the start of the path was truncated (e.g with "..."). Usually the full directory path is not needed and more important is the current function which gets pushed off the screen when the path gets long.
Also it would be easier on the eyes to parse the stack trace if they lined up in columns. eg one column for path, one for line number, and one for the function name.
This plug-in is amazing though. Please keep up the excellent work.
Describe the solution you'd like
I think the stack trace having a more column based structure where each column lines up with be nicer. So one column for file path, one for line number, one for function name. The user could maybe even configure the order of these columns and define their weights.
Describe alternatives you've considered
I'm not aware of an alternative solution
Additional context
No response