observe_artifacts_resolve
Resolve the stack trace of an issue's latest event against the stored source maps, turning minified frames into original file, function, line and column.
Resolve the stack trace of an issue's latest event against the stored source maps, turning minified frames into original file, function, line and column. Frames with no matching debug ID are returned unchanged: a partially resolved trace is the normal result.
Behavior
- HTTP
GET /observe/artifacts/:issueId/resolve
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| issueId | string | • | Issue whose latest event should have its stack resolved. An issue of another product is reported as not found |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| frames | array | • | The stack, resolved where a source map matched |
| eventId | string | • | Identifier of the event the stack was taken from |
| issueId | string | • | The issue whose stack this is |
Try it
Resolve the stack trace of an issue's latest event against the stored source maps, turning minified frames into original file, function, line and column.