Back to Sentry API
Sentry API

issue_id path param type changed from integer to string across 11 endpoints

BreakingBreaking change

This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.

What changed

The issue_id path parameter schema type was changed from integer to string on at least 11 endpoints. This is a breaking schema change for any client that validates or coerces the parameter as a numeric integer. Additionally, three new optional query parameters were added: per_page (integer) on the users endpoint, allowAggregateConditions (boolean) on the events/discover query endpoint, and data_source (string enum) + returnIds (boolean) on the replays endpoint — these are purely additive.

Open the source documentation