-
-
Notifications
You must be signed in to change notification settings - Fork 276
Closed
Description
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.
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.
FantaMagier
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done