Skip to content

Do not set stacktrace if there are no frames #4418

Description

@marandaneto

e.g.:

{
  "exception": {
    "values": [
      {
        "type": "Error",
        "value": "TypeError: undefined is not a function, js engine: hermes",
        "stacktrace": {
          "frames": null
        },
        "mechanism": {
          "type": "generic",
          "synthetic": true,
          "handled": true
        }
      }
    ]
  }
}

The UI will show an error because of that.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions