Skip to content

Parse stack traces to avoid string contains checks #41

@prashantv

Description

@prashantv

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions