Skip to content

Conversation

@shayna-ch
Copy link
Member

@shayna-ch shayna-ch commented Jan 6, 2026

for https://www.notion.so/sentry/Cell-safe-API-endpoints-2a38b10e4b5d8036931fd6781e01eb23?source=copy_link

Deprecates the legacy URL pattern /api/0/issues/{id}/first-last-release/ as part of the cellularization effort. Moves the endpoint registration from create_group_urls() to ORGANIZATION_URLS directly. removes the legacy URL pattern while keeping the org variant since create_group_urls() is mounted at both paths but we only want the org one for cell routing.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jan 6, 2026
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 6, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

🚨 Warning: This pull request contains Frontend and Backend changes!

It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently.

Have questions? Please ask in the #discuss-dev-infra channel.

@shayna-ch shayna-ch marked this pull request as ready for review January 7, 2026 17:45
@shayna-ch shayna-ch requested review from a team as code owners January 7, 2026 17:45
Copy link
Member

@JoshFerge JoshFerge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to deprecate first?

@shayna-ch
Copy link
Member Author

do we need to deprecate first?

@JoshFerge as far as I can tell the endpoint is only being used internally in sentry (it is private) and sentry only calls the correct org scoped version

@JoshFerge
Copy link
Member

do we need to deprecate first?

@JoshFerge as far as I can tell the endpoint is only being used internally in sentry (it is private) and sentry only calls the correct org scoped version

got it, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants