Skip to content

Explore fingerprint matching for bugsnag stack trace #259

Description

@kpgalligan

When we get a crash on bugsnag, the code writes the stack to our own json, then when the app starts up, if the ktcrash key matches the event, and there's only one error, we simply overwrite the stack with our stack. That's almost certainly fine, but I am worried that maybe that's not precise enough. This ticket is a reminder to dig into this later. We could try to do a "fingerprint match", where from main up until objc2kotlin should match function pointers exactly. However, I don't know if that buys us anything.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions