Skip to content

Do not set stacktrace if there are no frames #4418

@marandaneto

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions