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)REQUIREDThe slug of the organization the resource belongs to.
project_slug
(string)REQUIREDThe slug of the project the resource belongs to.
event_id
(string)REQUIREDThe ID of the event.
Query Parameters:
frame_idx
(integer)REQUIREDIndex of the frame that should be used for source map resolution.
exception_idx
(integer)REQUIREDIndex of the exception that should be used for source map resolution.
Scopes
You need to authenticate via bearer auth token.
<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
.