Skip to content

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.

Tool

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

NameTypeRequiredDescription
issueIdstringIssue whose latest event should have its stack resolved. An issue of another product is reported as not found

Response

FieldTypeAlwaysDescription
framesarrayThe stack, resolved where a source map matched
eventIdstringIdentifier of the event the stack was taken from
issueIdstringThe 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.

When to use

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.

Example

Ask your agent something like this:

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.

The agent will invoke observe_artifacts_resolve with these arguments:

{
  "issueId": "<issueId>"
}

Esc

Start typing to search the docs.

navigateselect