Debug Issues Related to Source Maps for a Given Event
GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/source-map-debug/
Return a list of source map errors for a given event.
Path Parameters
- organization_id_or_slug(string)REQUIRED
- The ID or slug of the organization the resource belongs to. 
- project_id_or_slug(string)REQUIRED
- The ID or 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
You need to authenticate via bearer auth token.
<auth_token> requires one of the following scopes:- project:admin
- project:read
- project:write
Copied
curl https://sentry.io/api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/source-map-debug/ \ -H 'Authorization: Bearer <auth_token>'
RESPONSESCHEMA
Copied.
Was this helpful?