benaadams / Ben.Demystifier

High performance understanding for stack traces (Make error logs more productive)
Apache License 2.0
2.74k stars 118 forks source link

Possible to parse a string containing a demystified stack trace #213

Open ThomasArdal opened 1 year ago

ThomasArdal commented 1 year ago

Is it possible to parse a string containing a demystified stack trace using features in this repo and convert it to enhanced stack frames? I'm currently using StackTraceParser to parse normal stack traces but that project doesn't support demystified stack traces.