We have a couple of strings.Contains checks , e.g.,
|
return strings.Contains(s.Full(), "runtime.ensureSigM") |
We should parse the stack trace and filter on specific parts of the trace (E.g., only function name) rather than doing a string comparison against the entire stack trace which contains filesystem paths etc.