Debug Issues Related to Source Maps for a Given Event

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

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

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
.