robusta icon indicating copy to clipboard operation
robusta copied to clipboard

Multi stack trace support

Open Avi-Robusta opened this issue 3 years ago • 1 comments

Avi-Robusta avatar Aug 07 '22 09:08 Avi-Robusta

Our output is only different on multiple stack traces, one stack trace still looks as it did previously in finding. (since it was specifically user requested) For multiple stack traces we output it to a file If there is an error with one of the traces you will see an object in the output similar to this, with the stack trace of where the exception is printed to robusta logs { "status": "Error: Failed to get stack trace.", "time": 1659863487.1261494 } example file output of stack trace debugger_stack_trace_568601.txt

Avi-Robusta avatar Aug 07 '22 09:08 Avi-Robusta