Debug issues related to source maps for a given event

GET /api/0/projects/{organization_slug}/{project_slug}/events/{event_id}/source-map-debug/

Retrieve information about source maps for a given event.

Copied
Return a list of source map errors for a given event.

export const _frontmatter = {}

Path Parameters

organization_slug (string)
REQUIRED

The slug of the organization the resource belongs to.

project_slug (string)
REQUIRED

The slug of the project the resource belongs to.

event_id (string)
REQUIRED

The id of the event

Query Parameters:

frame_idx (integer)
REQUIRED

Index of the frame that should be used for source map resolution.

exception_idx (integer)
REQUIRED

Index of the exception that should be used for source map resolution.

Scopes

<auth_token> requires one of the following scopes:
  • project:admin
  • project:read
  • project:write
curl https://sentry.io/api/0/projects/{organization_slug}/{project_slug}/events/{event_id}/source-map-debug/ \
 -H 'Authorization: Bearer <auth_token>'
RESPONSESCHEMA
.