Skip to content

SDK crash detection events are not actionable #2148

@buenaflor

Description

@buenaflor

Description

When receiving crash reports which should indicate an issue within the Sentry SDK, we currently cannot really determine what is wrong since the stacktrace for example is very vague and doesn't tell the whole context.

image

Reason

When an error happens and the stacktrace we get is either empty or null we call StackTrace.current to grab it but it is truncated because
the async nature of the error handling in the integration might be creating a new execution context, losing the original stack.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions